public class DexBackedOdexFile extends DexBackedDexFile
| Modifier and Type | Class and Description |
|---|---|
static class |
DexBackedOdexFile.NotAnOdexFile |
DexBackedDexFile.IndexedSection<T>, DexBackedDexFile.NotADexFile, DexBackedDexFile.OptionalIndexedSection<T>| Constructor and Description |
|---|
DexBackedOdexFile(Opcodes opcodes,
byte[] odexBuf,
byte[] dexBuf) |
| Modifier and Type | Method and Description |
|---|---|
static DexBackedOdexFile |
fromInputStream(Opcodes opcodes,
java.io.InputStream is) |
java.util.List<java.lang.String> |
getDependencies() |
int |
getOdexVersion() |
boolean |
supportsOptimizedOpcodes() |
createMethodImplementation, getBaseDataOffset, getBuffer, getCallSiteSection, getClasses, getClassSection, getDataBuffer, getDefaultOpcodes, getFieldSection, getMapItemForSection, getMapItems, getMethodHandleSection, getMethodSection, getOpcodes, getProtoSection, getReferences, getStringReferences, getStringSection, getTypeReferences, getTypeSection, getVersionpublic DexBackedOdexFile(@Nonnull
Opcodes opcodes,
@Nonnull
byte[] odexBuf,
byte[] dexBuf)
public boolean supportsOptimizedOpcodes()
supportsOptimizedOpcodes in class DexBackedDexFile@Nonnull public java.util.List<java.lang.String> getDependencies()
@Nonnull public static DexBackedOdexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionpublic int getOdexVersion()