The methods of Android.OS.ParcelFileDescriptor are listed below. For a list of all members, see the ParcelFileDescriptor Members list.
See Also: Inherited members from Java.Lang.Object
static | AdoptFd(int)Take ownership of a raw native fd in to a new ParcelFileDescriptor. | |
CanDetectErrors()Indicates if this ParcelFileDescriptor can communicate and detect remote errors/crashes. | ||
CheckError()Detect and throw if the other end of a pipe or socket pair encountered an error or crashed. | ||
Close()Close the ParcelFileDescriptor. | ||
CloseWithError(string)Close the ParcelFileDescriptor, informing any peer that an error occurred while processing. | ||
static | CreatePipe()Create two ParcelFileDescriptors structured as a data pipe. | |
static | CreateReliablePipe()Create two ParcelFileDescriptors structured as a data pipe. | |
static | CreateReliableSocketPair()Create two ParcelFileDescriptors structured as a pair of sockets connected to each other. | |
static | CreateSocketPair()Create two ParcelFileDescriptors structured as a pair of sockets connected to each other. | |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
DetachFd()Return the native fd int for this ParcelFileDescriptor and detach it from the object here. | ||
Dup()Create a new ParcelFileDescriptor that is a dup of the existing FileDescriptor. | ||
static | Dup(Java.IO.FileDescriptor)Create a new ParcelFileDescriptor that is a dup of an existing FileDescriptor. | |
static | FromDatagramSocket(Java.Net.DatagramSocket)Create a new ParcelFileDescriptor from the specified DatagramSocket. | |
static | FromFd(int)Create a new ParcelFileDescriptor from a raw native fd. | |
static | FromSocket(Java.Net.Socket)Create a new ParcelFileDescriptor from the specified Socket. | |
static | Open(Java.IO.File, ParcelFileMode)Create a new ParcelFileDescriptor accessing a given file. | |
static | Open(Java.IO.File, ParcelFileMode, Handler, ParcelFileDescriptor.IOnCloseListener)Create a new ParcelFileDescriptor accessing a given file. | |
static | ParseMode(string)Converts a string representing a file mode, such as "rw", into a bitmask suitable for use with ParcelFileDescriptor.Open(Java.IO.File, Android.OS.ParcelFileMode). | |
WriteToParcel(Parcel, ParcelableWriteFlags)Flatten this object in to a Parcel. |