/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_NIO_SHORTBUFFERIMPL_H #define _JAVA_NIO_SHORTBUFFERIMPL_H /* Structure information for class: java/nio/ShortBufferImpl */ typedef struct java_nio_ShortBufferImpl { java_objectheader header; s4 cap; s4 limit; s4 pos; s4 mark; s4 array_offset; java_shortarray* backing_buffer; s4 readOnly; } java_nio_ShortBufferImpl; #endif