-
Classes in java.nio.channels that implement GatheringByteChannel
| Modifier and Type |
Class |
Description |
class |
DatagramChannel |
A DatagramChannel is a selectable channel that represents a partial
abstraction of a datagram socket.
|
class |
FileChannel |
An abstract channel type for interaction with a platform file.
|
static class |
Pipe.SinkChannel |
Writable sink channel used to write to a pipe.
|
class |
SocketChannel |
A SocketChannel is a selectable channel that provides a partial
abstraction of stream connecting socket.
|