* ipa-devirt.c (get_polymorphic_call_info): Fix offset calculatoin
[official-gcc.git] / libjava / java / nio / IntBufferImpl.h
blob2492f028f10e58a4bc92e24ea18c046e7b16fde7
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_nio_IntBufferImpl__
5 #define __java_nio_IntBufferImpl__
7 #pragma interface
9 #include <java/nio/IntBuffer.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace nio
18 class ByteOrder;
19 class IntBuffer;
20 class IntBufferImpl;
25 class java::nio::IntBufferImpl : public ::java::nio::IntBuffer
28 public: // actually package-private
29 IntBufferImpl(jint);
30 IntBufferImpl(JArray< jint > *, jint, jint, jint, jint, jint, jboolean);
31 public:
32 jboolean isReadOnly();
33 ::java::nio::IntBuffer * slice();
34 ::java::nio::IntBuffer * duplicate();
35 ::java::nio::IntBuffer * asReadOnlyBuffer();
36 ::java::nio::IntBuffer * compact();
37 jboolean isDirect();
38 jint get();
39 ::java::nio::IntBuffer * put(jint);
40 jint get(jint);
41 ::java::nio::IntBuffer * put(jint, jint);
42 ::java::nio::ByteOrder * order();
43 private:
44 jboolean __attribute__((aligned(__alignof__( ::java::nio::IntBuffer)))) readOnly;
45 public:
46 static ::java::lang::Class class$;
49 #endif // __java_nio_IntBufferImpl__