The members of Android.Content.Res.AssetFileDescriptor are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new AssetFileDescriptor from the given values. | ||
Create a new AssetFileDescriptor from the given values. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | UnknownLength | long (-1). Length used with AssetFileDescriptor(Android.OS.ParcelFileDescriptor, System.Int64, System.Int64) and AssetFileDescriptor.DeclaredLength when a length has not been declared. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | DeclaredLength | long. Return the actual number of bytes that were declared when the AssetFileDescriptor was constructed. |
[read-only] | Extras | Android.OS.Bundle. Returns any additional details that can be used to interpret the underlying file descriptor. |
[read-only] | FileDescriptor | Java.IO.FileDescriptor. Returns the FileDescriptor that can be used to read the data in the file. |
[read-only] | Length | long. Returns the total number of bytes of this asset entry's data. |
[read-only] | ParcelFileDescriptor | Android.OS.ParcelFileDescriptor. The AssetFileDescriptor contains its own ParcelFileDescriptor, which in addition to the normal FileDescriptor object also allows you to close the descriptor when you are done with it. |
[read-only] | StartOffset | long. Returns the byte offset where this asset entry's data starts. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Close()Convenience for calling getParcelFileDescriptor().close(). | ||
CreateInputStream()Create and return a new auto-close input stream for this asset. | ||
CreateOutputStream()Create and return a new auto-close output stream for this asset. | ||
DescribeContents()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. |