PipedReader.PipedReader

PipedReader.PipedReader

Class Overview | Class Members | This Package | All Packages

Syntax 1
public PipedReader()
Description
Create a reader that is not yet connected to a piped writer.



Syntax 2
public PipedReader( PipedWriter src ) throws IOException
Description
Create a reader for the specified piped character-output stream.