Os.Pipe Method

Definition

See pipe(2).

[Android.Runtime.Register("pipe", "()[Ljava/io/FileDescriptor;", "")]
public static Java.IO.FileDescriptor[]? Pipe ();
[<Android.Runtime.Register("pipe", "()[Ljava/io/FileDescriptor;", "")>]
static member Pipe : unit -> Java.IO.FileDescriptor[]

Returns

Attributes

Exceptions

Remarks

See pipe(2).

Java documentation for android.system.Os.pipe().

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