98b75d1b6a1ff5c97418eebeb99b705f7cc83ed6
[cacao.git] / nat / java_io_FileInputStream.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_IO_FILEINPUTSTREAM_H
4 #define _JAVA_IO_FILEINPUTSTREAM_H
5
6 /* Structure information for class: java/io/FileInputStream */
7
8 typedef struct java_io_FileInputStream {
9    java_objectheader header;
10    struct java_io_FileDescriptor* fd;
11    struct java_nio_channels_FileChannel* ch;
12 } java_io_FileInputStream;
13
14 #endif
15