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

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