File descriptor of an entry in the AssetManager.
See Also:
AssetFileDescriptor Members
Syntax
[Android.Runtime.Register("android/content/res/AssetFileDescriptor", DoNotGenerateAcw=true)]
public class
AssetFileDescriptor :
Java.Lang.Object,
Android.OS.IParcelable,
Java.IO.ICloseable,
IDisposableRemarks
File descriptor of an entry in the AssetManager. This provides your own
opened FileDescriptor that can be used to read the data, as well as the
offset and length of that entry's data in the file.
[Android Documentation]
Requirements
Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1