home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / recenz / PROGRAM / JAVADRAW / iavadraw301_inst.exe / data.z / InputFile.h < prev    next >
C/C++ Source or Header  |  1997-05-20  |  666b  |  31 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class InputFile */
  4.  
  5. #ifndef _Included_InputFile
  6. #define _Included_InputFile
  7. struct Hjava_lang_String;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct ClassInputFile {
  12.     struct Hjava_lang_String *path;
  13. #undef InputFile_separatorChar
  14. #define InputFile_separatorChar 58L
  15.     long fd;
  16. } ClassInputFile;
  17. HandleTo(InputFile);
  18.  
  19. #pragma pack()
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. extern /*boolean*/ long InputFile_open(struct HInputFile *);
  25. extern void InputFile_close(struct HInputFile *);
  26. extern long InputFile_read(struct HInputFile *,HArrayOfByte *,long);
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif
  31.