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