Java.IO.PipedOutputStream.Connect Method
Connects this stream to a Java.IO.PipedInputStream.

Syntax

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

Parameters

stream
the piped input stream to connect to.

Exceptions

TypeReason
Java.IO.IOExceptionif either stream is already connected.

Remarks

Connects this stream to a Java.IO.PipedInputStream. Any data written to this output stream becomes readable in the input stream.

[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