public class RawDexFile extends DexBackedDexFile
DexBackedDexFile.InvalidItemIndex, DexBackedDexFile.NotADexFile| Modifier and Type | Field and Description |
|---|---|
HeaderItem |
headerItem |
| Constructor and Description |
|---|
RawDexFile(Opcodes opcodes,
BaseDexBuffer buf) |
RawDexFile(Opcodes opcodes,
byte[] buf) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readByteRange(int start,
int length) |
void |
writeAnnotations(java.io.Writer out,
AnnotatedBytes annotatedBytes) |
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, hasOdexOpcodes, isOdexFile, readerAtgetBaseOffset, getBuf, readByte, readInt, readLong, readLongAsSmallUint, readOptionalUint, readShort, readSmallUint, readUbyte, readUshort@Nonnull public final HeaderItem headerItem
public RawDexFile(@Nonnull
Opcodes opcodes,
@Nonnull
BaseDexBuffer buf)
public RawDexFile(@Nonnull
Opcodes opcodes,
@Nonnull
byte[] buf)
@Nonnull
public byte[] readByteRange(int start,
int length)
public void writeAnnotations(@Nonnull
java.io.Writer out,
@Nonnull
AnnotatedBytes annotatedBytes)
throws java.io.IOException
java.io.IOException