home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class java_io_FileOutputStream */
-
- #ifndef _Included_java_io_FileOutputStream
- #define _Included_java_io_FileOutputStream
- struct Hjava_io_FileDescriptor;
-
- #pragma pack(4)
-
- typedef struct Classjava_io_FileOutputStream {
- struct Hjava_io_FileDescriptor *fd;
- } Classjava_io_FileOutputStream;
- HandleTo(java_io_FileOutputStream);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- struct Hjava_lang_String;
- extern void java_io_FileOutputStream_open(struct Hjava_io_FileOutputStream *,struct Hjava_lang_String *);
- extern void java_io_FileOutputStream_openAppend(struct Hjava_io_FileOutputStream *,struct Hjava_lang_String *);
- extern void java_io_FileOutputStream_write(struct Hjava_io_FileOutputStream *,long);
- extern void java_io_FileOutputStream_writeBytes(struct Hjava_io_FileOutputStream *,HArrayOfByte *,long,long);
- extern void java_io_FileOutputStream_close(struct Hjava_io_FileOutputStream *);
- #ifdef __cplusplus
- }
- #endif
- #endif
-