The methods of Android.Content.Res.AssetManager are listed below. For a list of all members, see the AssetManager Members list.
See Also: Inherited members from Java.Lang.Object
Close()Close this asset manager. | ||
GetLocales()Get the locales that this asset manager contains data for. | ||
List(string)Return a String array of all the assets at the given path. | ||
ListAsync(string)Documentation for this section has not yet been entered. | ||
Open(string)Open an asset using ACCESS_STREAMING mode. | ||
Open(string, Access)Open an asset using an explicit access mode, returning an InputStream to read its contents. | ||
OpenFd(string) | ||
OpenNonAssetFd(string) | ||
OpenNonAssetFd(int, string) | ||
OpenXmlResourceParser(string)Retrieve a parser for a compiled XML file. | ||
OpenXmlResourceParser(int, string)Retrieve a parser for a compiled XML file. |