2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_nio_ShortViewBufferImpl__
5 #define __java_nio_ShortViewBufferImpl__
9 #include <java/nio/ShortBuffer.h>
19 class ShortViewBufferImpl
;
24 class java::nio::ShortViewBufferImpl
: public ::java::nio::ShortBuffer
27 public: // actually package-private
28 ShortViewBufferImpl(::java::nio::ByteBuffer
*, jint
);
30 ShortViewBufferImpl(::java::nio::ByteBuffer
*, jint
, jint
, jint
, jint
, jint
, jboolean
, ::java::nio::ByteOrder
*);
33 ::java::nio::ShortBuffer
* put(jshort
);
34 ::java::nio::ShortBuffer
* put(jint
, jshort
);
35 ::java::nio::ShortBuffer
* compact();
36 ::java::nio::ShortBuffer
* slice();
37 public: // actually package-private
38 ::java::nio::ShortBuffer
* duplicate(jboolean
);
40 ::java::nio::ShortBuffer
* duplicate();
41 ::java::nio::ShortBuffer
* asReadOnlyBuffer();
42 jboolean
isReadOnly();
44 ::java::nio::ByteOrder
* order();
46 jint
__attribute__((aligned(__alignof__( ::java::nio::ShortBuffer
)))) offset
;
47 ::java::nio::ByteBuffer
* bb
;
49 ::java::nio::ByteOrder
* endian
;
51 static ::java::lang::Class
class$
;
54 #endif // __java_nio_ShortViewBufferImpl__