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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_DataOutputStream */
  4.  
  5. #ifndef _Included_java_io_DataOutputStream
  6. #define _Included_java_io_DataOutputStream
  7. struct Hjava_io_OutputStream;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct Classjava_io_DataOutputStream {
  12.     struct Hjava_io_OutputStream *out;
  13.     long written;
  14. } Classjava_io_DataOutputStream;
  15. HandleTo(java_io_DataOutputStream);
  16.  
  17. #pragma pack()
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif
  26.