android.content.res
Class AssetManager
java.lang.Object
android.content.res.AssetManager
public final class AssetManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCESS_UNKNOWN
public static final int ACCESS_UNKNOWN
- See Also:
- Constant Field Values
ACCESS_RANDOM
public static final int ACCESS_RANDOM
- See Also:
- Constant Field Values
ACCESS_STREAMING
public static final int ACCESS_STREAMING
- See Also:
- Constant Field Values
ACCESS_BUFFER
public static final int ACCESS_BUFFER
- See Also:
- Constant Field Values
close
public void close()
open
public final java.io.InputStream open(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
open
public final java.io.InputStream open(java.lang.String fileName,
int accessMode)
throws java.io.IOException
- Throws:
java.io.IOException
openFd
public final AssetFileDescriptor openFd(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
list
public final java.lang.String[] list(java.lang.String path)
throws java.io.IOException
- Throws:
java.io.IOException
openNonAssetFd
public final AssetFileDescriptor openNonAssetFd(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
openNonAssetFd
public final AssetFileDescriptor openNonAssetFd(int cookie,
java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
openXmlResourceParser
public final XmlResourceParser openXmlResourceParser(java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
openXmlResourceParser
public final XmlResourceParser openXmlResourceParser(int cookie,
java.lang.String fileName)
throws java.io.IOException
- Throws:
java.io.IOException
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.Throwable
getLocales
public final java.lang.String[] getLocales()
Copyright © 2008-2010. All Rights Reserved.