The members of Java.IO.PipedReader are listed below.
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. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
override | Close()Closes this reader. | |
Connect(PipedWriter)Connects this PipedReader to a Java.IO.PipedWriter. | ||
override | Read(char[], int, int)Reads up to count characters from this reader and stores them in the character array buffer starting at offset. |