home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
lib
/
native
/
java.io.stubs
/
FileInputStream.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
965b
|
29 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_io_FileInputStream */
#ifndef _Included_java_io_FileInputStream
#define _Included_java_io_FileInputStream
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Classjava_io_FileInputStream {
struct Hjava_io_FileDescriptor* fd;
} Classjava_io_FileInputStream;
HandleTo(java_io_FileInputStream);
extern void java_io_FileInputStream_open(struct Hjava_io_FileInputStream*, struct Hjava_lang_String*);
extern jint java_io_FileInputStream_read(struct Hjava_io_FileInputStream*);
extern jint java_io_FileInputStream_readBytes(struct Hjava_io_FileInputStream*, HArrayOfByte*, jint, jint);
extern jlong java_io_FileInputStream_skip(struct Hjava_io_FileInputStream*, jlong);
extern jint java_io_FileInputStream_available(struct Hjava_io_FileInputStream*);
extern void java_io_FileInputStream_close(struct Hjava_io_FileInputStream*);
#ifdef __cplusplus
}
#endif
#endif