deep-c-rsc/jcgo_Out/BtBffrIm.h

87 lines
2.6 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
#ifdef JCGO_116
JCGO_NOSEP_FRWINL java_nio_ByteBufferImpl CFASTCALL
java_nio_ByteBufferImpl__this__BAIIIIIZ( java_nio_ByteBufferImpl This,
jbyteArr buffer, jint offset, jint capacity, jint limit, jint position,
jint mark, jboolean readOnly );
JCGO_NOSEP_INLINE java_nio_ByteBufferImpl CFASTCALL
java_nio_ByteBufferImpl__new__BAIIIIIZ( jbyteArr buffer, jint offset,
jint capacity, jint limit, jint position, jint mark, jboolean readOnly
);
JCGO_NOSEP_FRWINL jboolean CFASTCALL
java_nio_ByteBufferImpl__isReadOnly__( java_nio_ByteBufferImpl This
);
JCGO_NOSEP_STATIC jbyte CFASTCALL
java_nio_ByteBufferImpl__get__( java_nio_ByteBufferImpl This );
JCGO_NOSEP_STATIC java_nio_ByteBuffer CFASTCALL
java_nio_ByteBufferImpl__get__BAII( java_nio_ByteBufferImpl This,
jbyteArr dst, jint offset, jint length );
JCGO_NOSEP_STATIC java_nio_ByteBuffer CFASTCALL
java_nio_ByteBufferImpl__put__BAII( java_nio_ByteBufferImpl This,
jbyteArr src, jint offset, jint length );
JCGO_NOSEP_STATIC java_nio_ByteBuffer CFASTCALL
java_nio_ByteBufferImpl__put__B( java_nio_ByteBufferImpl This, jbyte
value );
JCGO_NOSEP_STATIC jbyte CFASTCALL
java_nio_ByteBufferImpl__get__I( java_nio_ByteBufferImpl This, jint
index );
JCGO_NOSEP_STATIC java_nio_ByteBuffer CFASTCALL
java_nio_ByteBufferImpl__putChar__C( java_nio_ByteBufferImpl This,
jchar value );
struct java_nio_ByteBufferImpl_methods_s
{
java_lang_Class jcgo_class;
JCGO_GCJDESCR_DEFN
JCGO_TYPEID_T jcgo_typeid;
JCGO_OBJSIZE_T jcgo_objsize;
CONST struct jcgo_reflect_s *jcgo_reflect;
JCGO_CLINIT_DEFN
java_nio_ByteBufferImpl (CFASTCALL *jcgo_thisRtn)( java_nio_ByteBufferImpl
This );
jboolean (CFASTCALL *equals__Lo)( java_nio_ByteBuffer This, java_lang_Object
obj );
jint (CFASTCALL *hashCode__)( java_nio_ByteBuffer This );
java_lang_String (CFASTCALL *toString__)( java_nio_ByteBuffer This
);
void (CFASTCALL *finalize__)( java_lang_Object This );
jboolean (CFASTCALL *isReadOnly__)( java_nio_ByteBufferImpl This );
};
struct java_nio_ByteBufferImpl_class_s
{
struct java_lang_Class_s jcgo_class;
};
JCGO_SEP_EXTERN CONST struct java_nio_ByteBufferImpl_methods_s java_nio_ByteBufferImpl_methods;
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_nio_ByteBufferImpl_class_s
java_nio_ByteBufferImpl__class;
struct java_nio_ByteBufferImpl_s
{
CONST struct java_nio_ByteBufferImpl_methods_s *JCGO_IMMFLD_CONST
jcgo_methods;
JCGO_MON_DEFN
jint cap;
jint limit;
jint pos;
jint mark;
java_nio_ByteOrder endian;
jbyteArr backing_buffer;
jint array_offset;
jboolean readOnly;
};
JCGO_SEP_EXTERN JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_BtBffrIm;
#endif