Android.Content.Res.AssetFileDescriptor: Method Members

The methods of Android.Content.Res.AssetFileDescriptor are listed below. For a list of all members, see the AssetFileDescriptor Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Close()
Convenience for calling getParcelFileDescriptor().close().
CreateInputStream() : System.IO.Stream
Create and return a new auto-close input stream for this asset.
CreateOutputStream() : System.IO.Stream
Create and return a new auto-close output stream for this asset.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.