Uses of Class
java.nio.channels.Pipe
-
Packages that use Pipe 软件包 描述 java.nio.channels 定义通道,其表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.nio.channels.spi java.nio.channels
包的服务提供者类。 -
-
Uses of Pipe in java.nio.channels
Methods in java.nio.channels that return Pipe Modifier and Type 方法 描述 static Pipe
Pipe. open()
打开管道。 -
Uses of Pipe in java.nio.channels.spi
Methods in java.nio.channels.spi that return Pipe Modifier and Type 方法 描述 abstract Pipe
SelectorProvider. openPipe()
打开管道。
-