OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / nio / DirectByteBufferImpl$ReadWrite.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_nio_DirectByteBufferImpl$ReadWrite__
5 #define __java_nio_DirectByteBufferImpl$ReadWrite__
6
7 #pragma interface
8
9 #include <java/nio/DirectByteBufferImpl.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace gcj
15     {
16         class RawData;
17     }
18   }
19   namespace java
20   {
21     namespace nio
22     {
23         class DirectByteBufferImpl$ReadWrite;
24     }
25   }
26 }
27
28 class java::nio::DirectByteBufferImpl$ReadWrite : public ::java::nio::DirectByteBufferImpl
29 {
30
31 public: // actually package-private
32   DirectByteBufferImpl$ReadWrite(jint);
33   DirectByteBufferImpl$ReadWrite(::gnu::gcj::RawData *, jint);
34   DirectByteBufferImpl$ReadWrite(::java::lang::Object *, ::gnu::gcj::RawData *, jint, jint, jint);
35 public:
36   jboolean isReadOnly();
37   static ::java::lang::Class class$;
38 };
39
40 #endif // __java_nio_DirectByteBufferImpl$ReadWrite__