new array classes cleanup + made tests (except fp*) work
[cacao.git] / nat / java_nio_CharBufferImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/nio/CharBufferImpl */
4
5 typedef struct java_nio_CharBufferImpl {
6    java_objectheader header;
7    s4 cap;
8    s4 limit;
9    s4 pos;
10    s4 mark;
11    s4 array_offset;
12    java_chararray* backing_buffer;
13    s4 readOnly;
14 } java_nio_CharBufferImpl;
15