Package org.jf.dexlib2.dexbacked
Class OatFile.OatCDexFile
java.lang.Object
org.jf.dexlib2.dexbacked.DexBackedDexFile
org.jf.dexlib2.dexbacked.CDexBackedDexFile
org.jf.dexlib2.dexbacked.OatFile.OatCDexFile
- 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.CDexBackedDexFile
createMethodImplementation, getBaseDataOffset, getDebugInfoBase, getDebugInfoOffsetsPos, getDebugInfoOffsetsTableOffset, getDefaultOpcodes, getVersion, isCdexMethods inherited from class org.jf.dexlib2.dexbacked.DexBackedDexFile
fromInputStream, getBuffer, getCallSiteSection, getClasses, getClassSection, getDataBuffer, getFieldSection, getMapItemForSection, getMapItems, getMethodHandleSection, getMethodSection, getOpcodes, getProtoSection, getReferences, getStringReferences, getStringSection, getTypeReferences, getTypeSection
-
Constructor Details
-
OatCDexFile
public OatCDexFile(byte[] buf, int offset)
-
-
Method Details
-
supportsOptimizedOpcodes
public boolean supportsOptimizedOpcodes()- Overrides:
supportsOptimizedOpcodesin classDexBackedDexFile
-