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

See Also: PipedOutputStream Members

Syntax

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

Remarks

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

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