Package-level declarations
Types
Link copied to clipboard
An
AsynchronousCloseException is thrown when the underlying channel for an I/O operation is closed by another thread.Link copied to clipboard
A ByteChannel is both readable and writable.
Link copied to clipboard
A
ClosedByInterruptException is thrown when a thread is interrupted in a blocking I/O operation.Link copied to clipboard
A
ClosedChannelException is thrown when a channel is closed for the type of operation attempted.Link copied to clipboard
A
NonReadableChannelException is thrown when attempting to read from a channel that is not open for reading.Link copied to clipboard
A
NonWritableChannelException is thrown when attempting to write to a channel that is not open for writing.Link copied to clipboard
A
ReadableByteChannel is a type of Channel that can read bytes.Link copied to clipboard
An interface for channels that keep a pointer to a current position within an underlying byte-based data source such as a file.
Link copied to clipboard
A
WritableByteChannel is a type of Channel that can write bytes.