OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [io/] [FileOutputStream.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_io_FileOutputStream__
5
#define __java_io_FileOutputStream__
6
 
7
#pragma interface
8
 
9
#include <java/io/OutputStream.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace nio
19
      {
20
        namespace channels
21
        {
22
            class FileChannelImpl;
23
        }
24
      }
25
    }
26
  }
27
  namespace java
28
  {
29
    namespace nio
30
    {
31
      namespace channels
32
      {
33
          class FileChannel;
34
      }
35
    }
36
  }
37
}
38
 
39
class java::io::FileOutputStream : public ::java::io::OutputStream
40
{
41
 
42
public:
43
  FileOutputStream(::java::lang::String *, jboolean);
44
  FileOutputStream(::java::lang::String *);
45
  FileOutputStream(::java::io::File *);
46
  FileOutputStream(::java::io::File *, jboolean);
47
  FileOutputStream(::java::io::FileDescriptor *);
48
public: // actually package-private
49
  FileOutputStream(::gnu::java::nio::channels::FileChannelImpl *);
50
public: // actually protected
51
  virtual void finalize();
52
public:
53
  virtual ::java::io::FileDescriptor * getFD();
54
  virtual void write(jint);
55
  virtual void write(JArray< jbyte > *);
56
  virtual void write(JArray< jbyte > *, jint, jint);
57
  virtual void close();
58
  virtual ::java::nio::channels::FileChannel * getChannel();
59
private:
60
  ::java::io::FileDescriptor * __attribute__((aligned(__alignof__( ::java::io::OutputStream)))) fd;
61
  ::gnu::java::nio::channels::FileChannelImpl * ch;
62
public:
63
  static ::java::lang::Class class$;
64
};
65
 
66
#endif // __java_io_FileOutputStream__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.