Java.IO.PipedInputStream Class
Receives information from a communications pipe.

See Also: PipedInputStream Members

Syntax

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

Remarks

Receives information from 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