/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class InputFile */ #ifndef _Included_InputFile #define _Included_InputFile struct Hjava_lang_String; #pragma pack(4) typedef struct ClassInputFile { struct Hjava_lang_String *path; #undef InputFile_separatorChar #define InputFile_separatorChar 58L long fd; } ClassInputFile; HandleTo(InputFile); #pragma pack() #ifdef __cplusplus extern "C" { #endif extern /*boolean*/ long InputFile_open(struct HInputFile *); extern void InputFile_close(struct HInputFile *); extern long InputFile_read(struct HInputFile *,HArrayOfByte *,long); #ifdef __cplusplus } #endif #endif