FileDocCategorySizeDatePackage
AssetManager.javaAPI DocAndroid 5.1 API2856Sat Mar 14 14:09:42 GMT 2015android.content.res

AssetManager

public final class AssetManager extends Object implements AutoCloseable

Fields Summary
public static final int
ACCESS_BUFFER
public static final int
ACCESS_RANDOM
public static final int
ACCESS_STREAMING
public static final int
ACCESS_UNKNOWN
Constructors Summary
AssetManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclose()

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public final native java.lang.String[]getLocales()

public final native java.lang.String[]list(java.lang.String path)

public final java.io.InputStreamopen(java.lang.String fileName)

 throw new RuntimeException("Stub!"); 
public final java.io.InputStreamopen(java.lang.String fileName, int accessMode)

 throw new RuntimeException("Stub!"); 
public final android.content.res.AssetFileDescriptoropenFd(java.lang.String fileName)

 throw new RuntimeException("Stub!"); 
public final android.content.res.AssetFileDescriptoropenNonAssetFd(java.lang.String fileName)

 throw new RuntimeException("Stub!"); 
public final android.content.res.AssetFileDescriptoropenNonAssetFd(int cookie, java.lang.String fileName)

 throw new RuntimeException("Stub!"); 
public final android.content.res.XmlResourceParseropenXmlResourceParser(int cookie, java.lang.String fileName)

 throw new RuntimeException("Stub!"); 
public final android.content.res.XmlResourceParseropenXmlResourceParser(java.lang.String fileName)

 throw new RuntimeException("Stub!");