public final class DexFileFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DexFileFactory.NoClassesDexException |
| Modifier and Type | Method and Description |
|---|---|
static DexBackedDexFile |
loadDexFile(java.io.File dexFile,
int api,
boolean experimental) |
static DexBackedDexFile |
loadDexFile(java.io.File dexFile,
java.lang.String dexEntry,
int api,
boolean experimental) |
static DexBackedDexFile |
loadDexFile(java.io.File dexFile,
java.lang.String dexEntry,
Opcodes opcodes) |
static DexBackedDexFile |
loadDexFile(java.lang.String path,
int api,
boolean experimental) |
static void |
writeDexFile(java.lang.String path,
DexFile dexFile) |
@Nonnull public static DexBackedDexFile loadDexFile(java.lang.String path, int api, boolean experimental) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(java.io.File dexFile, int api, boolean experimental) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(java.io.File dexFile, java.lang.String dexEntry, int api, boolean experimental) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(java.io.File dexFile, java.lang.String dexEntry, @Nonnull Opcodes opcodes) throws java.io.IOException
java.io.IOExceptionpublic static void writeDexFile(java.lang.String path,
DexFile dexFile)
throws java.io.IOException
java.io.IOException