[Android.Runtime.Register("java/io/PipedReader", DoNotGenerateAcw=true)] public class PipedReader : Reader
Remarks
Receives 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.