JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
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
()
打开烟斗。