home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
java_io_FileOutputStream.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
1KB
|
31 lines
/* 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