Uses of Interface
java.nio.channels.ByteChannel
| Package | Description |
|---|---|
| java.nio.channels |
-
Uses of ByteChannel in java.nio.channels
Classes in java.nio.channels that implement ByteChannel Modifier and Type Class Description classDatagramChannelADatagramChannelis a selectable channel that represents a partial abstraction of a datagram socket.classFileChannelAn abstract channel type for interaction with a platform file.classSocketChannelASocketChannelis a selectable channel that provides a partial abstraction of stream connecting socket.