Package org.jf.dexlib2.dexbacked
Class OatFile.OatDexFile
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.DexBackedDexFile
-
- org.jf.dexlib2.dexbacked.OatFile.OatDexFile
-
- All Implemented Interfaces:
DexFile
- Enclosing class:
- OatFile
public class OatFile.OatDexFile extends DexBackedDexFile
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jf.dexlib2.dexbacked.DexBackedDexFile
DexBackedDexFile.IndexedSection<T>, DexBackedDexFile.NotADexFile, DexBackedDexFile.OptionalIndexedSection<T>
-
-
Constructor Summary
Constructors Constructor Description OatDexFile(byte[] buf, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsOptimizedOpcodes()
-
Methods inherited from class org.jf.dexlib2.dexbacked.DexBackedDexFile
createMethodImplementation, fromInputStream, getBaseDataOffset, getBuffer, getCallSiteSection, getClasses, getClassSection, getDataBuffer, getDefaultOpcodes, getFieldSection, getMapItemForSection, getMapItems, getMethodHandleSection, getMethodSection, getOpcodes, getProtoSection, getReferences, getStringReferences, getStringSection, getTypeReferences, getTypeSection, getVersion
-
-
-
-
Method Detail
-
supportsOptimizedOpcodes
public boolean supportsOptimizedOpcodes()
- Overrides:
supportsOptimizedOpcodes
in classDexBackedDexFile
-
-