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