home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / tutorial / native / implementing / example / OutputFile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-13  |  681 b   |  31 lines

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