Package java.io
Class PipedReader

Public Constructor PipedReader

PipedReader()

PipedReader(PipedWriter source)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor PipedReader():

This method constructs a PipedReader so that it is not yet connected. It must be connected to a PipedWriter before being used.

constructor PipedReader(PipedWriter source):

This method constructs a PipedReader so that is connected to the piped writer source. Data written to source will then be available as input from this stream.