Uses of Class
java.nio.channels.Pipe.SinkChannel
Package
Description
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
-
Uses of Pipe.SinkChannel in java.nio.channels
Modifier and TypeMethodDescriptionabstract Pipe.SinkChannel
Pipe.sink()
Returns this pipe's sink channel.