Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file or an open socket.
struct Hjava_io_FileDescriptor* java_io_FileDescriptor_initSystemFD(struct Hjava_io_FileDescriptor* this, jint i)
Initialise a file descriptor to the given file nr.
Argumentsjbool java_io_FileDescriptor_valid(struct Hjava_io_FileDescriptor* this)
Is this file descriptor valid ?
Arguments