Package | Description |
---|---|
com.android.dex |
Modifier and Type | Method and Description |
---|---|
static Dex |
Dex.create(ByteBuffer data)
Creates a new dex from the contents of
bytes . |
Modifier and Type | Method and Description |
---|---|
void |
TableOfContents.readFrom(Dex dex) |
Constructor and Description |
---|
Annotation(Dex dex,
byte visibility,
EncodedValue encodedAnnotation) |
ClassDef(Dex buffer,
int offset,
int typeIndex,
int accessFlags,
int supertypeIndex,
int interfacesOffset,
int sourceFileIndex,
int annotationsOffset,
int classDataOffset,
int staticValuesOffset) |
FieldId(Dex dex,
int declaringClassIndex,
int typeIndex,
int nameIndex) |
MethodId(Dex dex,
int declaringClassIndex,
int protoIndex,
int nameIndex) |
ProtoId(Dex dex,
int shortyIndex,
int returnTypeIndex,
int parametersOffset) |
TypeList(Dex dex,
short[] types) |
Copyright © 2016. All Rights Reserved.