home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / windows / doc / outputfi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-26  |  568 b   |  20 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. typedef struct ClassOutputFile {
  10.     struct Hjava_lang_String *path;
  11. #define OutputFile_separatorChar 58L
  12.     long fd;
  13. } ClassOutputFile;
  14. HandleTo(OutputFile);
  15.  
  16. extern /*boolean*/ long OutputFile_open(struct HOutputFile *);
  17. extern void OutputFile_close(struct HOutputFile *);
  18. extern long OutputFile_write(struct HOutputFile *,HArrayOfByte *,long);
  19. #endif
  20.