| Package | Description |
|---|---|
| java.nio.channels |
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
|
| java.nio.channels.spi |
Service-provider classes for the
java.nio.channels package. |
| java.nio.file |
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
|
| java.nio.file.spi |
Service-provider classes for the
java.nio.file package. |
| Class and Description |
|---|
| AsynchronousByteChannel
An asynchronous channel that can read and write bytes.
|
| AsynchronousChannel
A channel that supports asynchronous I/O operations.
|
| AsynchronousChannelGroup
A grouping of asynchronous channels for the purpose of resource sharing.
|
| AsynchronousFileChannel
An asynchronous channel for reading, writing, and manipulating a file.
|
| AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets.
|
| AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets.
|
| CompletionHandler
A handler for consuming the result of an asynchronous I/O operation.
|
| DatagramChannel
A selectable channel for datagram-oriented sockets.
|
| FileChannel
A channel for reading, writing, mapping, and manipulating a file.
|
| FileChannel.MapMode
A typesafe enumeration for file-mapping modes.
|
| FileLock
A token representing a lock on a region of a file.
|
| MembershipKey
A token representing the membership of an Internet Protocol (IP) multicast
group.
|
| MulticastChannel
A network channel that supports Internet Protocol (IP) multicasting.
|
| NetworkChannel
A channel to a network socket.
|
| SeekableByteChannel
A byte channel that maintains a current position and allows the
position to be changed.
|
| ServerSocketChannel
A selectable channel for stream-oriented listening sockets.
|
| SocketChannel
A selectable channel for stream-oriented connecting sockets.
|
| Class and Description |
|---|
| AsynchronousChannelGroup
A grouping of asynchronous channels for the purpose of resource sharing.
|
| AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets.
|
| AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets.
|
| DatagramChannel
A selectable channel for datagram-oriented sockets.
|
| ServerSocketChannel
A selectable channel for stream-oriented listening sockets.
|
| SocketChannel
A selectable channel for stream-oriented connecting sockets.
|
| Class and Description |
|---|
| SeekableByteChannel
A byte channel that maintains a current position and allows the
position to be changed.
|
| Class and Description |
|---|
| AsynchronousFileChannel
An asynchronous channel for reading, writing, and manipulating a file.
|
| FileChannel
A channel for reading, writing, mapping, and manipulating a file.
|
| SeekableByteChannel
A byte channel that maintains a current position and allows the
position to be changed.
|