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 变量和类型 方法 描述 static Pipe
Pipe. open()
打开烟斗。 -
Uses of Pipe in java.nio.channels.spi
Methods in java.nio.channels.spi that return Pipe 变量和类型 方法 描述 abstract Pipe
SelectorProvider. openPipe()
打开烟斗。
-