OSDN Git Service

2010-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / libjava / java / io / FileDescriptor.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_io_FileDescriptor__
5 #define __java_io_FileDescriptor__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace nio
15     {
16       namespace channels
17       {
18           class ByteChannel;
19       }
20     }
21   }
22 }
23
24 class java::io::FileDescriptor : public ::java::lang::Object
25 {
26
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$;
41 };
42
43 #endif // __java_io_FileDescriptor__