API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.nio.channels. Pipe View Source
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.21, 05/11/17
Serial
Hierarchy
 Object
      Pipe
Implements
Subclasses
Description
publicabstract abstract class Pipe
  A pair of channels that implements a unidirectional pipe.
See also:   
Constructors
protected Pipe ()
Initializes a new instance of this class.
Methods
Hide/Show inherited methods
publicstatic Pipe open () throws IOException
  Opens a pipe.
publicabstract SinkChannel sink ()
  Returns this pipe's sink channel.
publicabstract SourceChannel source ()
  Returns this pipe's source channel.
Fields
Hide/Show inherited fields
Nested Classes
  Pipe.SourceChannel
A channel representing the readable end of a Pipe.
  Pipe.SinkChannel
A channel representing the writable end of a Pipe.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar