public class OatFile.OatDexFile extends DexBackedDexFile implements MultiDexContainer.MultiDexFile
DexBackedDexFile.InvalidItemIndex, DexBackedDexFile.NotADexFile| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filename |
| Constructor and Description |
|---|
OatDexFile(byte[] buf,
int offset,
java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
OatFile |
getContainer() |
java.lang.String |
getEntryName() |
boolean |
hasOdexOpcodes() |
fromInputStream, getCallSiteCount, getCallSiteIdItemOffset, getClassCount, getClassDefItemOffset, getClasses, getFieldCount, getFieldIdItemOffset, getFields, getMapItemForSection, getMapItems, getMethodCount, getMethodHandleCount, getMethodHandleItemOffset, getMethodIdItemOffset, getMethods, getOpcodes, getOptionalString, getOptionalType, getProtoCount, getProtoIdItemOffset, getReferences, getString, getStringCount, getStringIdItemOffset, getStrings, getType, getTypeCount, getTypeIdItemOffset, getTypes, isOdexFile, readerAtgetBaseOffset, getBuf, readByte, readInt, readLong, readLongAsSmallUint, readOptionalUint, readShort, readSmallUint, readUbyte, readUshortclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClasses, getOpcodespublic OatDexFile(byte[] buf,
int offset,
@Nonnull
java.lang.String filename)
@Nonnull public java.lang.String getEntryName()
getEntryName in interface MultiDexContainer.MultiDexFile@Nonnull public OatFile getContainer()
getContainer in interface MultiDexContainer.MultiDexFilepublic boolean hasOdexOpcodes()
hasOdexOpcodes in class DexBackedDexFile