The properties 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
[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. |