A-better-version 1.0.
[cacao.git] / nat / java_nio_ShortBufferImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NIO_SHORTBUFFERIMPL_H
4 #define _JAVA_NIO_SHORTBUFFERIMPL_H
5
6 /* Structure information for class: java/nio/ShortBufferImpl */
7
8 typedef struct java_nio_ShortBufferImpl {
9    java_objectheader header;
10    s4 cap;
11    s4 limit;
12    s4 pos;
13    s4 mark;
14    s4 array_offset;
15    java_shortarray* backing_buffer;
16    s4 readOnly;
17 } java_nio_ShortBufferImpl;
18
19 #endif
20