Introduction
Declaration public final class FileDescriptor extends object
Fields
Table | Constructor | Description |
|---|---|
| FileDescriptor() | This constructor constructs an Java.io FileDescriptor object (invalid). |
Table | Method | Description |
|---|---|
| void sync() | This method functions with the underlying device all system buffers to synchronize. |
| boolean valid() | This method checks that the file descriptor object is valid or not. |
Description
Examples
Key Points