Uses of Interface
java.nio.channels.AsynchronousByteChannel
-
Packages that use AsynchronousByteChannel 软件包 描述 java.nio.channels 定义通道,表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。 -
-
Uses of AsynchronousByteChannel in java.nio.channels
Classes in java.nio.channels that implement AsynchronousByteChannel 变量和类型 类 描述 class
AsynchronousSocketChannel
面向流的连接套接字的异步通道。Methods in java.nio.channels with parameters of type AsynchronousByteChannel 变量和类型 方法 描述 static InputStream
Channels. newInputStream(AsynchronousByteChannel ch)
构造一个从给定通道读取字节的流。static OutputStream
Channels. newOutputStream(AsynchronousByteChannel ch)
构造一个将字节写入给定通道的流。
-