NIOFileHandle
Deprecated. NIOFileHandle
is a handle to an open file descriptor.
final class NIOFileHandle
When creating a NIOFileHandle
it takes ownership of the underlying file descriptor. When a NIOFileHandle
is no longer needed you must close
it or take back ownership of the file descriptor using takeDescriptorOwnership
.