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

Syntax

[Android.Runtime.Register("connect", "(Ljava/io/PipedReader;)V", "GetConnect_Ljava_io_PipedReader_Handler")]
public virtual void Connect (PipedReader stream)

Parameters

reader
the reader to connect to.

Exceptions

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

Remarks

Connects this PipedWriter to a Java.IO.PipedReader. Any data written to this writer becomes readable in the 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