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 Modifier and Type Class 描述 class
AsynchronousSocketChannel
用于面向流的连接插座的异步通道。Methods in java.nio.channels with parameters of type AsynchronousByteChannel Modifier and Type 方法 描述 static InputStream
Channels. newInputStream(AsynchronousByteChannel ch)
构造从给定通道读取字节的流。static OutputStream
Channels. newOutputStream(AsynchronousByteChannel ch)
构造将字节写入给定通道的流。
-