delay jni init til the firt NewGlobalRef call
[cacao.git] / nat / java_io_PrintStream.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_IO_PRINTSTREAM_H
4 #define _JAVA_IO_PRINTSTREAM_H
5
6 /* Structure information for class: java/io/PrintStream */
7
8 typedef struct java_io_PrintStream {
9    java_objectheader header;
10    struct java_io_OutputStream* out;
11    s4 error_occurred;
12    s4 auto_flush;
13    struct java_io_PrintWriter* pw;
14    s4 closed;
15 } java_io_PrintStream;
16
17 #endif
18