hunt.stream.FileDescriptor

Undocumented in source.

Members

Classes

FileDescriptor
class FileDescriptor

Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes. The main practical use for a file descriptor is to create a {@link FileInputStream} or {@link FileOutputStream} to contain it.

Meta