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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_FileInputStream */
  4.  
  5. #ifndef _Included_java_io_FileInputStream
  6. #define _Included_java_io_FileInputStream
  7. struct Hjava_io_FileDescriptor;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct Classjava_io_FileInputStream {
  12.     struct Hjava_io_FileDescriptor *fd;
  13. } Classjava_io_FileInputStream;
  14. HandleTo(java_io_FileInputStream);
  15.  
  16. #pragma pack()
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. struct Hjava_lang_String;
  22. extern void java_io_FileInputStream_open(struct Hjava_io_FileInputStream *,struct Hjava_lang_String *);
  23. extern long java_io_FileInputStream_read(struct Hjava_io_FileInputStream *);
  24. extern long java_io_FileInputStream_readBytes(struct Hjava_io_FileInputStream *,HArrayOfByte *,long,long);
  25. extern int64_t java_io_FileInputStream_skip(struct Hjava_io_FileInputStream *,int64_t);
  26. extern long java_io_FileInputStream_available(struct Hjava_io_FileInputStream *);
  27. extern void java_io_FileInputStream_close(struct Hjava_io_FileInputStream *);
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif
  32.