Android.OS.ParcelFileDescriptor.CreatePipe Method
Create two ParcelFileDescriptors structured as a data pipe.

Syntax

[Android.Runtime.Register("createPipe", "()[Landroid/os/ParcelFileDescriptor;", "")]
public static ParcelFileDescriptor[] CreatePipe ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Create two ParcelFileDescriptors structured as a data pipe. The first ParcelFileDescriptor in the returned array is the read side; the second is the write side.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9