The members of Java.IO.PipedWriter are listed below.
See Also: Inherited members from Java.IO.Writer
Constructs a new unconnected PipedWriter. | ||
Constructs a new PipedWriter connected to destination. |
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 writer. | |
Connect(PipedReader)Connects this PipedWriter to a Java.IO.PipedReader. | ||
override | Flush()Notifies the readers of this PipedReader that characters can be read. | |
override | Write(char[], int, int)Writes count characters from the character array buffer starting at offset index to this writer. |