public final class DexFile extends Object
| Constructor and Description |
|---|
DexFile(File file) |
DexFile(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Enumeration<String> |
entries() |
protected void |
finalize() |
String |
getName() |
static boolean |
isDexOptNeeded(String fileName) |
Class |
loadClass(String name,
ClassLoader loader) |
static DexFile |
loadDex(String sourcePathName,
String outputPathName,
int flags) |
public DexFile(File file) throws IOException
IOExceptionpublic DexFile(String fileName) throws IOException
IOExceptionpublic static DexFile loadDex(String sourcePathName, String outputPathName, int flags) throws IOException
IOExceptionpublic String getName()
public void close()
throws IOException
IOExceptionpublic Class loadClass(String name, ClassLoader loader)
public Enumeration<String> entries()
protected void finalize()
throws Throwable
public static boolean isDexOptNeeded(String fileName) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2008-2013. All Rights Reserved.