home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class java_io_PrintStream */
-
- #ifndef _Included_java_io_PrintStream
- #define _Included_java_io_PrintStream
- struct Hjava_io_OutputStream;
- struct Hjava_io_BufferedWriter;
- struct Hjava_io_OutputStreamWriter;
-
- #pragma pack(4)
-
- typedef struct Classjava_io_PrintStream {
- struct Hjava_io_OutputStream *out;
- /*boolean*/ long autoFlush;
- /*boolean*/ long trouble;
- struct Hjava_io_BufferedWriter *textOut;
- struct Hjava_io_OutputStreamWriter *charOut;
- /*boolean*/ long closing;
- } Classjava_io_PrintStream;
- HandleTo(java_io_PrintStream);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
-