* tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
[official-gcc.git] / libjava / java / io / FileDescriptor.h
bloba3863f331c70bbb686185e06a2c67a0f32a2e6d6
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_io_FileDescriptor__
5 #define __java_io_FileDescriptor__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace nio
16 namespace channels
18 class ByteChannel;
24 class java::io::FileDescriptor : public ::java::lang::Object
27 public:
28 FileDescriptor();
29 public: // actually package-private
30 FileDescriptor(::java::nio::channels::ByteChannel *);
31 public:
32 void sync();
33 jboolean valid();
34 static ::java::io::FileDescriptor * in;
35 static ::java::io::FileDescriptor * out;
36 static ::java::io::FileDescriptor * err;
37 public: // actually package-private
38 ::java::nio::channels::ByteChannel * __attribute__((aligned(__alignof__( ::java::lang::Object)))) channel;
39 public:
40 static ::java::lang::Class class$;
43 #endif // __java_io_FileDescriptor__