Uses of Class
java.nio.channels.Pipe
| Package | Description |
|---|---|
| java.nio | |
| java.nio.channels | |
| java.nio.channels.spi |
-
Uses of Pipe in java.nio
-
Uses of Pipe in java.nio.channels
Methods in java.nio.channels that return Pipe Modifier and Type Method Description static PipePipe. open()Returns a new pipe from the default {@see java.nio.channels.spi.SelectorProvider}. -
Uses of Pipe in java.nio.channels.spi
Methods in java.nio.channels.spi that return Pipe Modifier and Type Method Description abstract PipeSelectorProvider. openPipe()Creates a newPipe.