Java.Nio.Channels.Pipe: Method Members

The methods of Java.Nio.Channels.Pipe are listed below. For a list of all members, see the Pipe Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
Open() : Pipe
Returns a new pipe from the default .
abstract
Sink() : Pipe.SinkChannel
Returns the sink channel of the pipe.
abstract
Source() : Pipe.SourceChannel
Returns the source channel of the pipe.