Java FileDescriptorFileDescriptor class serves as an handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes. The handle can be err, in or out. The FileDescriptor class is used to create a FileInputStream or FileOutputStream to contain it. Field
Constructors
Method
Java FileDescriptor ExampleOutput: 0123456789: Sync() successfully executed!! Record.txt: 0123456789: Next TopicJava RandomAccessFile class |