Java.IO.PipedReader.Connect Method
Connects this PipedReader to a Java.IO.PipedWriter.

Syntax

[Android.Runtime.Register("connect", "(Ljava/io/PipedWriter;)V", "GetConnect_Ljava_io_PipedWriter_Handler")]
public virtual void Connect (PipedWriter src)

Parameters

src
the writer to connect to.

Exceptions

TypeReason
Java.IO.IOExceptionif this reader is closed or already connected, or if src is already connected.

Remarks

Connects this PipedReader to a Java.IO.PipedWriter. Any data written to the writer becomes readable in this reader.

[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