Java.Nio.Channels.Pipe Class
A pipe contains two channels, forming a unidirectional pipe.

See Also: Pipe Members

Syntax

[Android.Runtime.Register("java/nio/channels/Pipe", DoNotGenerateAcw=true)]
public abstract class Pipe : Java.Lang.Object

Remarks

A pipe contains two channels, forming a unidirectional pipe. One is the writable sink channel, and the other is the readable source channel. When bytes are written into the writable channel they can be read from the readable channel. Bytes are read in the order in which they were written.

[Android Documentation]

Requirements

Namespace: Java.Nio.Channels
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1