Uses of Class
java.nio.channels.Pipe.SinkChannel
Packages that use 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.channelsMethods in java.nio.channels that return Pipe.SinkChannelModifier and TypeMethodDescriptionabstract Pipe.SinkChannelPipe.sink()Returns this pipe's sink channel.