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 Modifier and Type 接口 描述 interface
SeekableByteChannel
保持当前 位置并允许更改 位置的字节通道。Classes in java.nio.channels that implement ByteChannel Modifier and Type Class 描述 class
DatagramChannel
面向数据报的套接字的可选通道。class
FileChannel
用于读取,写入,映射和操作文件的通道。class
SocketChannel
用于面向流的连接插座的可选通道。
-