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
-
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 -
Method Summary
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
-
Constructor Details
-
OatDexFile
public OatDexFile(@Nonnull byte[] buf, int offset)
-
-
Method Details
-
supportsOptimizedOpcodes
public boolean supportsOptimizedOpcodes()- Overrides:
supportsOptimizedOpcodesin classDexBackedDexFile
-