mirror of
https://github.com/2003scape/deep-c-rsc.git
synced 2024-03-22 05:49:51 -04:00
90 lines
2.0 KiB
C
90 lines
2.0 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated (JCGO_116) */
|
|
|
|
#ifdef JCGO_SEPARATED
|
|
#define JCGO_116
|
|
#include "jcgortl.h"
|
|
#include "Main.h"
|
|
#endif
|
|
|
|
#ifdef JCGO_116
|
|
|
|
#ifdef CHKALL_java_io_Writer
|
|
#include "jcgobchk.h"
|
|
#endif
|
|
|
|
JCGO_NOSEP_STATIC java_io_Writer CFASTCALL
|
|
java_io_Writer__this__( java_io_Writer This )
|
|
{
|
|
{
|
|
;
|
|
(void)This;
|
|
}
|
|
return This;
|
|
}
|
|
|
|
JCGO_NOSEP_INLINE void CFASTCALL
|
|
java_io_Writer__write__Ls( java_io_Writer This, java_lang_String str
|
|
)
|
|
{
|
|
{
|
|
(java_io_OutputStreamWriter__write__LsII(
|
|
(java_io_OutputStreamWriter)This, str, 0, (JCGO_CALL_FINALF(str)
|
|
java_lang_String__length__(
|
|
str))));
|
|
}
|
|
}
|
|
|
|
JCGO_NOSEP_DATA CONST struct jcgo_methods_s java_io_Writer_methods=
|
|
{
|
|
JCGO_CLASSREF_OF(java_io_Writer__class),
|
|
JCGO_GCJDESCR_ZEROINIT
|
|
OBJT_java_io_Writer,
|
|
0,
|
|
NULL,
|
|
JCGO_CLINIT_INIT(0)
|
|
(jObject (CFASTCALL*)(jObject))java_io_Writer__this__
|
|
};
|
|
|
|
JCGO_NOSEP_DATA JCGO_NOTHR_CONST struct java_io_Writer_class_s java_io_Writer__class
|
|
JCGO_THRD_ATTRNONGC=
|
|
{
|
|
{
|
|
&java_lang_Class_methods,
|
|
JCGO_MON_INIT
|
|
JCGO_OBJREF_OF(*(java_lang_Object)&java_io_Writer_methods),
|
|
JCGO_STRREF_OF(jcgo_string1_Writer),
|
|
JCGO_CLASSREF_OF(java_lang_Object__class),
|
|
((jObjectArr)JCGO_OBJREF_OF(jcgo_array3_Object)),
|
|
0x401
|
|
}
|
|
};
|
|
|
|
JCGO_NOSEP_DATA CONST jcgo_arrtype63_GmCnnctn jcgo_array2_Writer=
|
|
{
|
|
(jvtable)&jbyteArr_methods,
|
|
JCGO_MON_INIT
|
|
14,
|
|
{
|
|
(jbyte)(jchar)106/*'j'*/, (jbyte)(jchar)97/*'a'*/, (jbyte)(jchar)118/*'v'*/,
|
|
(jbyte)(jchar)97/*'a'*/, (jbyte)(jchar)46/*'.'*/, (jbyte)(jchar)105/*'i'*/,
|
|
(jbyte)(jchar)111/*'o'*/, (jbyte)(jchar)46/*'.'*/, (jbyte)(jchar)87/*'W'*/,
|
|
(jbyte)(jchar)114/*'r'*/, (jbyte)(jchar)105/*'i'*/, (jbyte)(jchar)116/*'t'*/,
|
|
(jbyte)(jchar)101/*'e'*/, (jbyte)(jchar)114/*'r'*/
|
|
}
|
|
};
|
|
|
|
JCGO_NOSEP_DATA JCGO_NOTHR_CONST struct java_lang_String_s jcgo_string1_Writer
|
|
JCGO_THRD_ATTRNONGC=
|
|
{
|
|
&java_lang_String_methods,
|
|
JCGO_MON_INIT
|
|
(java_lang_Object)JCGO_OBJREF_OF(jcgo_array2_Writer),
|
|
0, 14, (jint)0xb8376d8fL
|
|
};
|
|
|
|
#ifdef CHKALL_java_io_Writer
|
|
#include "jcgochke.h"
|
|
#endif
|
|
|
|
#endif
|