PipedWriter.PipedWriter

PipedWriter.PipedWriter

Class Overview | Class Members | This Package | All Packages

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



Syntax 2
public PipedWriter( PipedReader sink ) throws IOException
Description
Create a writer for the specified piped character-input stream.