Example usage for Java java.io FileDescriptor fields, constructors, methods, implement or subclass
The text is from its open source code.
FileDescriptor | in A handle to the standard input stream. |
FileDescriptor | out A handle to the standard output stream. |
FileDescriptor | err A handle to the standard error stream. |
FileDescriptor() Constructs an (invalid) FileDescriptor object. |
Class> | getClass() Returns the runtime class of this Object . |
int | hashCode() Returns a hash code value for the object. |
void | sync() Force all system buffers to synchronize with the underlying device. |
boolean | valid() Tests if this file descriptor object is valid. |