home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / java_io_PrintStream.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  758b  |  32 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_PrintStream */
  4.  
  5. #ifndef _Included_java_io_PrintStream
  6. #define _Included_java_io_PrintStream
  7. struct Hjava_io_OutputStream;
  8. struct Hjava_io_BufferedWriter;
  9. struct Hjava_io_OutputStreamWriter;
  10.  
  11. #pragma pack(4)
  12.  
  13. typedef struct Classjava_io_PrintStream {
  14.     struct Hjava_io_OutputStream *out;
  15.     /*boolean*/ long autoFlush;
  16.     /*boolean*/ long trouble;
  17.     struct Hjava_io_BufferedWriter *textOut;
  18.     struct Hjava_io_OutputStreamWriter *charOut;
  19.     /*boolean*/ long closing;
  20. } Classjava_io_PrintStream;
  21. HandleTo(java_io_PrintStream);
  22.  
  23. #pragma pack()
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif
  32.