public final class DexFileFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DexFileFactory.DexFileNotFound |
static class |
DexFileFactory.MultipleDexFilesException |
static class |
DexFileFactory.UnsupportedOatVersionException |
| Modifier and Type | Method and Description |
|---|---|
static DexBackedDexFile |
loadDexFile(java.io.File dexFile,
int api) |
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) |
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(@Nonnull java.lang.String path, int api) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(@Nonnull java.lang.String path, int api, boolean experimental) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(@Nonnull java.io.File dexFile, int api) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(@Nonnull java.io.File dexFile, int api, boolean experimental) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(@Nonnull java.io.File dexFile, @Nullable java.lang.String dexEntry, int api, boolean experimental) throws java.io.IOException
java.io.IOException@Nonnull public static DexBackedDexFile loadDexFile(@Nonnull java.io.File dexFile, @Nullable java.lang.String dexEntry, @Nonnull Opcodes opcodes) throws java.io.IOException
java.io.IOExceptionpublic static void writeDexFile(@Nonnull
java.lang.String path,
@Nonnull
DexFile dexFile)
throws java.io.IOException
java.io.IOException