Java.IO.PipedReader Members

The members of Java.IO.PipedReader are listed below.

See Also: Inherited members from Java.IO.Reader

Public Constructors

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.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Close()
Closes this reader.
Connect(PipedWriter)
Connects this PipedReader to a Java.IO.PipedWriter.
override
Read(char[], int, int) : int
Reads up to count characters from this reader and stores them in the character array buffer starting at offset.