The constructors of Java.IO.PipedReader are listed below. For a list of all members, see the PipedReader Members list.
See Also: Inherited members from Java.IO.Reader
Constructs a new unconnected PipedReader. | ||
Constructs a new PipedReader connected to the Java.IO.PipedWriterout. | ||
Constructs a new unconnected PipedReader with the given buffer size. | ||
Constructs a new PipedReader connected to the given PipedWriter, with the given buffer size. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |