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
public class OatFile.OatCDexFile extends CDexBackedDexFile
-
-
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 OatCDexFile(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.CDexBackedDexFile
createMethodImplementation, getBaseDataOffset, getDebugInfoBase, getDebugInfoOffsetsPos, getDebugInfoOffsetsTableOffset, getDefaultOpcodes, getVersion, isCdex
-
Methods 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
-
-
-
-
Method Detail
-
supportsOptimizedOpcodes
public boolean supportsOptimizedOpcodes()
- Overrides:
supportsOptimizedOpcodes
in classDexBackedDexFile
-
-