Java.IO.PipedWriter Members

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

See Also: Inherited members from Java.IO.Writer

Public Constructors

Constructs a new unconnected PipedWriter.
Constructs a new PipedWriter connected to destination.

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 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.