Java.IO.PipedWriter Class
Places information on a communications pipe.

See Also: PipedWriter Members

Syntax

[Android.Runtime.Register("java/io/PipedWriter", DoNotGenerateAcw=true)]
public class PipedWriter : Writer

Remarks

Places information on a communications pipe. When two threads want to pass data back and forth, one creates a piped writer and the other creates a piped reader.

See Also

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1