SelectorProvider.OpenPipe Method

Definition

Opens a pipe.

[Android.Runtime.Register("openPipe", "()Ljava/nio/channels/Pipe;", "GetOpenPipeHandler")]
public abstract Java.Nio.Channels.Pipe? OpenPipe ();
[<Android.Runtime.Register("openPipe", "()Ljava/nio/channels/Pipe;", "GetOpenPipeHandler")>]
abstract member OpenPipe : unit -> Java.Nio.Channels.Pipe

Returns

The new pipe

Attributes

Exceptions

if an I/O error occurs.

Remarks

Opens a pipe.

Java documentation for java.nio.channels.spi.SelectorProvider.openPipe().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to