Uses of Interface
java.nio.channels.ByteChannel
-
Packages that use ByteChannel 软件包 描述 java.nio.channels 定义通道,表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。 -
-
Uses of ByteChannel in java.nio.channels
Subinterfaces of ByteChannel in java.nio.channels 变量和类型 接口 描述 interface
SeekableByteChannel
一个字节通道,用于维护当前 位置并允许更改位置。Classes in java.nio.channels that implement ByteChannel 变量和类型 类 描述 class
DatagramChannel
面向数据报的套接字的可选通道。class
FileChannel
用于读取,写入,映射和操作文件的通道。class
SocketChannel
用于面向流的连接套接字的可选通道。
-