home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class java_io_FileDescriptor */
-
- #ifndef _Included_java_io_FileDescriptor
- #define _Included_java_io_FileDescriptor
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- typedef struct Classjava_io_FileDescriptor {
- jint fd;
- } Classjava_io_FileDescriptor;
- HandleTo(java_io_FileDescriptor);
-
- extern jint /* bool */ java_io_FileDescriptor_valid(struct Hjava_io_FileDescriptor*);
- extern struct Hjava_io_FileDescriptor* java_io_FileDescriptor_initSystemFD(struct Hjava_io_FileDescriptor*, struct Hjava_io_FileDescriptor*, jint);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-