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