Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

addContext(String) - Method in exception com.android.dex.util.ExceptionWithContext
Adds a line of context to this instance.
alignToFourBytes() - Method in class com.android.dex.Dex.Section
Skips bytes until the position is aligned to a multiple of 4.
alignToFourBytesWithZeroFill() - Method in class com.android.dex.Dex.Section
Writes 0x00 until the position is aligned to a multiple of 4.
allFields() - Method in class com.android.dex.ClassData
 
allMethods() - Method in class com.android.dex.ClassData
 
Annotation - Class in com.android.dex
An annotation.
Annotation(Dex, byte, EncodedValue) - Constructor for class com.android.dex.Annotation
 
annotationDirectoryOffsetFromClassDefIndex(int) - Method in class com.android.dex.Dex
Look up an annotation directory offset from a class def index.
annotations - Variable in class com.android.dex.TableOfContents
 
annotationsDirectories - Variable in class com.android.dex.TableOfContents
 
annotationSetRefLists - Variable in class com.android.dex.TableOfContents
 
annotationSets - Variable in class com.android.dex.TableOfContents
 
API_CURRENT - Static variable in class com.android.dex.DexFormat
API level to target in order to produce the most modern file format
API_NO_EXTENDED_OPCODES - Static variable in class com.android.dex.DexFormat
API level to target in order to suppress extended opcode usage
apiLevel - Variable in class com.android.dex.TableOfContents
 
apiToMagic(int) - Static method in class com.android.dex.DexFormat
Returns the magic number corresponding to the given target API level.
appendSection(int, String) - Method in class com.android.dex.Dex
 
asByteInput() - Method in class com.android.dex.EncodedValue
 
assertFourByteAligned() - Method in class com.android.dex.Dex.Section
 

B

ByteArrayByteInput - Class in com.android.dex.util
 
ByteArrayByteInput(byte...) - Constructor for class com.android.dex.util.ByteArrayByteInput
 
byteCount - Variable in class com.android.dex.TableOfContents.Section
 
ByteInput - Interface in com.android.dex.util
A byte source.
ByteOutput - Interface in com.android.dex.util
A byte sink.

C

CatchHandler(int[], int[], int, int) - Constructor for class com.android.dex.Code.CatchHandler
 
checksum - Variable in class com.android.dex.TableOfContents
 
CLASS_DEF_ITEM - Static variable in class com.android.dex.SizeOf
class_idx uint access_flags uint superclass_idx uint interfaces_off uint source_file_idx uint annotations_off uint class_data_off uint static_values_off uint
ClassData - Class in com.android.dex
 
ClassData(ClassData.Field[], ClassData.Field[], ClassData.Method[], ClassData.Method[]) - Constructor for class com.android.dex.ClassData
 
ClassData.Field - Class in com.android.dex
 
ClassData.Method - Class in com.android.dex
 
classDatas - Variable in class com.android.dex.TableOfContents
 
ClassDef - Class in com.android.dex
A type definition.
ClassDef(Dex, int, int, int, int, int, int, int, int, int) - Constructor for class com.android.dex.ClassDef
 
classDefs() - Method in class com.android.dex.Dex
 
classDefs - Variable in class com.android.dex.TableOfContents
 
Code - Class in com.android.dex
 
Code(int, int, int, int, short[], Code.Try[], Code.CatchHandler[]) - Constructor for class com.android.dex.Code
 
Code.CatchHandler - Class in com.android.dex
 
Code.Try - Class in com.android.dex
 
codes - Variable in class com.android.dex.TableOfContents
 
com.android.dex - package com.android.dex
 
com.android.dex.util - package com.android.dex.util
 
compare(short, short) - Static method in class com.android.dex.util.Unsigned
 
compare(int, int) - Static method in class com.android.dex.util.Unsigned
 
compareTo(Annotation) - Method in class com.android.dex.Annotation
 
compareTo(EncodedValue) - Method in class com.android.dex.EncodedValue
 
compareTo(FieldId) - Method in class com.android.dex.FieldId
 
compareTo(MethodId) - Method in class com.android.dex.MethodId
 
compareTo(ProtoId) - Method in class com.android.dex.ProtoId
 
compareTo(TableOfContents.Section) - Method in class com.android.dex.TableOfContents.Section
 
compareTo(TypeList) - Method in class com.android.dex.TypeList
 
computeChecksum() - Method in class com.android.dex.Dex
Returns the checksum of all but the first 12 bytes of dex.
computeSignature() - Method in class com.android.dex.Dex
Returns the signature of all but the first 32 bytes of this dex.
computeSizesFromOffsets() - Method in class com.android.dex.TableOfContents
 
create(ByteBuffer) - Static method in class com.android.dex.Dex
Creates a new dex from the contents of bytes.

D

dataOff - Variable in class com.android.dex.TableOfContents
 
dataSize - Variable in class com.android.dex.TableOfContents
 
debugInfos - Variable in class com.android.dex.TableOfContents
 
declaringClassIndexFromMethodIndex(int) - Method in class com.android.dex.Dex
Look up a method id declaring class index from a method index.
decode(ByteInput, char[]) - Static method in class com.android.dex.Mutf8
Decodes bytes from in into out until a delimiter 0x00 is encountered.
descriptorIndexFromTypeIndex(int) - Method in class com.android.dex.Dex
Look up a descriptor index from a type index.
Dex - Class in com.android.dex
The bytes of a dex file in memory for reading and writing.
Dex(byte[]) - Constructor for class com.android.dex.Dex
Creates a new dex that reads from data.
Dex(int) - Constructor for class com.android.dex.Dex
Creates a new empty dex of the specified size.
Dex(InputStream) - Constructor for class com.android.dex.Dex
Creates a new dex buffer of the dex in in, and closes in.
Dex(File) - Constructor for class com.android.dex.Dex
Creates a new dex buffer from the dex file file.
Dex.Section - Class in com.android.dex
 
DEX_IN_JAR_NAME - Static variable in class com.android.dex.DexFormat
file name of the primary .dex file inside an application or library .jar file
DexException - Exception in com.android.dex
Thrown when there's a format problem reading, writing, or generally processing a dex file.
DexException(String) - Constructor for exception com.android.dex.DexException
 
DexException(Throwable) - Constructor for exception com.android.dex.DexException
 
DexFormat - Class in com.android.dex
Constants that show up in and are otherwise related to .dex files, and helper methods for same.
DexIndexOverflowException - Exception in com.android.dex
Thrown when there's an index overflow writing a dex file.
DexIndexOverflowException(String) - Constructor for exception com.android.dex.DexIndexOverflowException
 
DexIndexOverflowException(Throwable) - Constructor for exception com.android.dex.DexIndexOverflowException
 

E

EMPTY - Static variable in class com.android.dex.TypeList
 
encode(byte[], int, String) - Static method in class com.android.dex.Mutf8
Encodes the modified UTF-8 bytes corresponding to s into dst, starting at offset.
encode(String) - Static method in class com.android.dex.Mutf8
Returns an array containing the modified UTF-8 form of s.
ENCODED_ANNOTATION - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_ARRAY - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_BOOLEAN - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_BYTE - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_CHAR - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_DOUBLE - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_ENUM - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_FIELD - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_FLOAT - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_INT - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_LONG - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_METHOD - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_NULL - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_SHORT - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_STRING - Static variable in class com.android.dex.EncodedValueReader
 
ENCODED_TYPE - Static variable in class com.android.dex.EncodedValueReader
 
encodedArrays - Variable in class com.android.dex.TableOfContents
 
EncodedValue - Class in com.android.dex
An encoded value or array.
EncodedValue(byte[]) - Constructor for class com.android.dex.EncodedValue
 
EncodedValueCodec - Class in com.android.dex
Read and write encoded_value primitives.
EncodedValueReader - Class in com.android.dex
Pull parser for encoded values.
EncodedValueReader(ByteInput) - Constructor for class com.android.dex.EncodedValueReader
 
EncodedValueReader(EncodedValue) - Constructor for class com.android.dex.EncodedValueReader
 
EncodedValueReader(ByteInput, int) - Constructor for class com.android.dex.EncodedValueReader
Creates a new encoded value reader whose only value is the specified known type.
EncodedValueReader(EncodedValue, int) - Constructor for class com.android.dex.EncodedValueReader
 
ENDIAN_TAG - Static variable in class com.android.dex.DexFormat
value used to indicate endianness of file contents
ExceptionWithContext - Exception in com.android.dex.util
Exception which carries around structured context.
ExceptionWithContext(String) - Constructor for exception com.android.dex.util.ExceptionWithContext
Constructs an instance.
ExceptionWithContext(Throwable) - Constructor for exception com.android.dex.util.ExceptionWithContext
Constructs an instance.
ExceptionWithContext(String, Throwable) - Constructor for exception com.android.dex.util.ExceptionWithContext
Constructs an instance.
exists() - Method in class com.android.dex.TableOfContents.Section
 

F

Field(int, int) - Constructor for class com.android.dex.ClassData.Field
 
FieldId - Class in com.android.dex
 
FieldId(Dex, int, int, int) - Constructor for class com.android.dex.FieldId
 
fieldIds() - Method in class com.android.dex.Dex
 
fieldIds - Variable in class com.android.dex.TableOfContents
 
fileSize - Variable in class com.android.dex.TableOfContents
 
FileUtils - Class in com.android.dex.util
File I/O utilities.
findClassDefIndexFromTypeIndex(int) - Method in class com.android.dex.Dex
 
findFieldIndex(FieldId) - Method in class com.android.dex.Dex
 
findMethodIndex(MethodId) - Method in class com.android.dex.Dex
 
findStringIndex(String) - Method in class com.android.dex.Dex
 
findTypeIndex(String) - Method in class com.android.dex.Dex
 

G

getAccessFlags() - Method in class com.android.dex.ClassData.Field
 
getAccessFlags() - Method in class com.android.dex.ClassData.Method
 
getAccessFlags() - Method in class com.android.dex.ClassDef
 
getAddresses() - Method in class com.android.dex.Code.CatchHandler
 
getAnnotationsOffset() - Method in class com.android.dex.ClassDef
 
getAnnotationType() - Method in class com.android.dex.EncodedValueReader
Returns the type of the annotation just returned by EncodedValueReader.readAnnotation().
getBytes() - Method in class com.android.dex.Dex
Returns a copy of the the bytes of this dex.
getBytes() - Method in class com.android.dex.EncodedValue
 
getCatchAllAddress() - Method in class com.android.dex.Code.CatchHandler
 
getCatchHandlerIndex() - Method in class com.android.dex.Code.Try
Returns this try's catch handler index.
getCatchHandlers() - Method in class com.android.dex.Code
 
getClassDataOffset() - Method in class com.android.dex.ClassDef
 
getCodeOffset() - Method in class com.android.dex.ClassData.Method
 
getContext() - Method in exception com.android.dex.util.ExceptionWithContext
Gets the context.
getDebugInfoOffset() - Method in class com.android.dex.Code
 
getDeclaringClassIndex() - Method in class com.android.dex.FieldId
 
getDeclaringClassIndex() - Method in class com.android.dex.MethodId
 
getDirectMethods() - Method in class com.android.dex.ClassData
 
getFieldIndex() - Method in class com.android.dex.ClassData.Field
 
getInsSize() - Method in class com.android.dex.Code
 
getInstanceFields() - Method in class com.android.dex.ClassData
 
getInstructionCount() - Method in class com.android.dex.Code.Try
 
getInstructions() - Method in class com.android.dex.Code
 
getInterfaces() - Method in class com.android.dex.ClassDef
 
getInterfacesOffset() - Method in class com.android.dex.ClassDef
 
getLength() - Method in class com.android.dex.Dex
 
getMethodIndex() - Method in class com.android.dex.ClassData.Method
 
getNameIndex() - Method in class com.android.dex.FieldId
 
getNameIndex() - Method in class com.android.dex.MethodId
 
getNextSectionStart() - Method in class com.android.dex.Dex
 
getOffset() - Method in class com.android.dex.ClassDef
 
getOffset() - Method in class com.android.dex.Code.CatchHandler
 
getOutsSize() - Method in class com.android.dex.Code
 
getParametersOffset() - Method in class com.android.dex.ProtoId
 
getPosition() - Method in class com.android.dex.Dex.Section
 
getProtoIndex() - Method in class com.android.dex.MethodId
 
getReader() - Method in class com.android.dex.Annotation
 
getRegistersSize() - Method in class com.android.dex.Code
 
getReturnTypeIndex() - Method in class com.android.dex.ProtoId
 
getShortyIndex() - Method in class com.android.dex.ProtoId
 
getSourceFileIndex() - Method in class com.android.dex.ClassDef
 
getStartAddress() - Method in class com.android.dex.Code.Try
 
getStaticFields() - Method in class com.android.dex.ClassData
 
getStaticValuesOffset() - Method in class com.android.dex.ClassDef
 
getSupertypeIndex() - Method in class com.android.dex.ClassDef
 
getTableOfContents() - Method in class com.android.dex.Dex
 
getTries() - Method in class com.android.dex.Code
 
getTypeIndex() - Method in class com.android.dex.Annotation
 
getTypeIndex() - Method in class com.android.dex.ClassDef
 
getTypeIndex() - Method in class com.android.dex.FieldId
 
getTypeIndexes() - Method in class com.android.dex.Code.CatchHandler
 
getTypes() - Method in class com.android.dex.TypeList
 
getVirtualMethods() - Method in class com.android.dex.ClassData
 
getVisibility() - Method in class com.android.dex.Annotation
 

H

hasArchiveSuffix(String) - Static method in class com.android.dex.util.FileUtils
Returns true if fileName names a .zip, .jar, or .apk.
header - Variable in class com.android.dex.TableOfContents
 
HEADER_ITEM - Static variable in class com.android.dex.SizeOf
magic ubyte[8] checksum uint signature ubyte[20] file_size uint header_size uint endian_tag uint link_size uint link_off uint map_off uint string_ids_size uint string_ids_off uint type_ids_size uint type_ids_off uint proto_ids_size uint proto_ids_off uint field_ids_size uint field_ids_off uint method_ids_size uint method_ids_off uint class_defs_size uint class_defs_off uint data_size uint data_off uint

I

in - Variable in class com.android.dex.EncodedValueReader
 
interfaceTypeIndicesFromClassDefIndex(int) - Method in class com.android.dex.Dex
Look up interface types indices from a return type index from a method index.
isSupportedDexMagic(byte[]) - Static method in class com.android.dex.DexFormat
 

L

Leb128 - Class in com.android.dex
Reads and writes DWARFv3 LEB 128 signed and unsigned integers.
linkOff - Variable in class com.android.dex.TableOfContents
 
linkSize - Variable in class com.android.dex.TableOfContents
 

M

MAGIC_PREFIX - Static variable in class com.android.dex.DexFormat
common prefix for all dex file "magic numbers"
MAGIC_SUFFIX - Static variable in class com.android.dex.DexFormat
common suffix for all dex file "magic numbers"
magicToApi(byte[]) - Static method in class com.android.dex.DexFormat
Returns the API level corresponding to the given magic number, or -1 if the given array is not a well-formed dex file magic number.
MAP_ITEM - Static variable in class com.android.dex.SizeOf
type ushort unused ushort size uint offset uint
mapList - Variable in class com.android.dex.TableOfContents
 
MAX_MEMBER_IDX - Static variable in class com.android.dex.DexFormat
Maximum addressable field or method index.
MAX_TYPE_IDX - Static variable in class com.android.dex.DexFormat
Maximum addressable type index.
MEMBER_ID_ITEM - Static variable in class com.android.dex.SizeOf
class_idx ushort type_idx/proto_idx ushort name_idx uint
Method(int, int, int) - Constructor for class com.android.dex.ClassData.Method
 
MethodId - Class in com.android.dex
 
MethodId(Dex, int, int, int) - Constructor for class com.android.dex.MethodId
 
methodIds() - Method in class com.android.dex.Dex
 
methodIds - Variable in class com.android.dex.TableOfContents
 
Mutf8 - Class in com.android.dex
Modified UTF-8 as described in the dex file format spec.

N

nameIndexFromFieldIndex(int) - Method in class com.android.dex.Dex
Look up a field id name index from a field index.
nameIndexFromMethodIndex(int) - Method in class com.android.dex.Dex
Look up a method id name index from a method index.
NO_INDEX - Static variable in class com.android.dex.ClassDef
 

O

off - Variable in class com.android.dex.TableOfContents.Section
 
open(int) - Method in class com.android.dex.Dex
 

P

parameterTypeIndicesFromMethodIndex(int) - Method in class com.android.dex.Dex
Look up a parameter type ids from a method index.
peek() - Method in class com.android.dex.EncodedValueReader
Returns the type of the next value to read.
printContext(PrintStream) - Method in exception com.android.dex.util.ExceptionWithContext
Prints the message and context.
printContext(PrintWriter) - Method in exception com.android.dex.util.ExceptionWithContext
Prints the message and context.
printStackTrace(PrintStream) - Method in exception com.android.dex.util.ExceptionWithContext
printStackTrace(PrintWriter) - Method in exception com.android.dex.util.ExceptionWithContext
PROTO_ID_ITEM - Static variable in class com.android.dex.SizeOf
shorty_idx uint return_type_idx uint return_type_idx uint
ProtoId - Class in com.android.dex
 
ProtoId(Dex, int, int, int) - Constructor for class com.android.dex.ProtoId
 
protoIds() - Method in class com.android.dex.Dex
 
protoIds - Variable in class com.android.dex.TableOfContents
 

R

readAnnotation() - Method in class com.android.dex.Dex.Section
 
readAnnotation() - Method in class com.android.dex.EncodedValueReader
Begins reading the fields of an annotation, returning the number of fields.
readAnnotationName() - Method in class com.android.dex.EncodedValueReader
 
readArray() - Method in class com.android.dex.EncodedValueReader
Begins reading the elements of an array, returning the array's size.
readBoolean() - Method in class com.android.dex.EncodedValueReader
 
readByte() - Method in class com.android.dex.Dex.Section
 
readByte() - Method in class com.android.dex.EncodedValueReader
 
readByte() - Method in class com.android.dex.util.ByteArrayByteInput
 
readByte() - Method in interface com.android.dex.util.ByteInput
Returns a byte.
readByteArray(int) - Method in class com.android.dex.Dex.Section
 
readChar() - Method in class com.android.dex.EncodedValueReader
 
readClassData(ClassDef) - Method in class com.android.dex.Dex
 
readClassDef() - Method in class com.android.dex.Dex.Section
 
readCode(ClassData.Method) - Method in class com.android.dex.Dex
 
readDouble() - Method in class com.android.dex.EncodedValueReader
 
readEncodedArray() - Method in class com.android.dex.Dex.Section
 
readEnum() - Method in class com.android.dex.EncodedValueReader
 
readField() - Method in class com.android.dex.EncodedValueReader
 
readFieldId() - Method in class com.android.dex.Dex.Section
 
readFile(String) - Static method in class com.android.dex.util.FileUtils
Reads the named file, translating IOException to a RuntimeException of some sort.
readFile(File) - Static method in class com.android.dex.util.FileUtils
Reads the given file, translating IOException to a RuntimeException of some sort.
readFloat() - Method in class com.android.dex.EncodedValueReader
 
readFrom(Dex) - Method in class com.android.dex.TableOfContents
 
readInt() - Method in class com.android.dex.Dex.Section
 
readInt() - Method in class com.android.dex.EncodedValueReader
 
readLong() - Method in class com.android.dex.EncodedValueReader
 
readMethod() - Method in class com.android.dex.EncodedValueReader
 
readMethodId() - Method in class com.android.dex.Dex.Section
 
readNull() - Method in class com.android.dex.EncodedValueReader
 
readProtoId() - Method in class com.android.dex.Dex.Section
 
readShort() - Method in class com.android.dex.Dex.Section
 
readShort() - Method in class com.android.dex.EncodedValueReader
 
readShortArray(int) - Method in class com.android.dex.Dex.Section
 
readSignedInt(ByteInput, int) - Static method in class com.android.dex.EncodedValueCodec
Read a signed integer.
readSignedLeb128(ByteInput) - Static method in class com.android.dex.Leb128
Reads an signed integer from in.
readSignedLong(ByteInput, int) - Static method in class com.android.dex.EncodedValueCodec
Read a signed long.
readSleb128() - Method in class com.android.dex.Dex.Section
 
readString() - Method in class com.android.dex.Dex.Section
 
readString() - Method in class com.android.dex.EncodedValueReader
 
readType() - Method in class com.android.dex.EncodedValueReader
 
readTypeList(int) - Method in class com.android.dex.Dex
 
readTypeList() - Method in class com.android.dex.Dex.Section
 
readUleb128() - Method in class com.android.dex.Dex.Section
 
readUleb128p1() - Method in class com.android.dex.Dex.Section
 
readUnsignedInt(ByteInput, int, boolean) - Static method in class com.android.dex.EncodedValueCodec
Read an unsigned integer.
readUnsignedLeb128(ByteInput) - Static method in class com.android.dex.Leb128
Reads an unsigned integer from in.
readUnsignedLong(ByteInput, int, boolean) - Static method in class com.android.dex.EncodedValueCodec
Read an unsigned long.
readUnsignedShort() - Method in class com.android.dex.Dex.Section
 
remaining() - Method in class com.android.dex.Dex.Section
Returns the number of bytes remaining in this section.
returnTypeIndexFromMethodIndex(int) - Method in class com.android.dex.Dex
Look up a method id return type index from a method index.

S

Section(int) - Constructor for class com.android.dex.TableOfContents.Section
 
sections - Variable in class com.android.dex.TableOfContents
 
SIGNATURE - Static variable in class com.android.dex.SizeOf
 
signature - Variable in class com.android.dex.TableOfContents
 
signedLeb128Size(int) - Static method in class com.android.dex.Leb128
Gets the number of bytes in the signed LEB128 encoding of the given value.
size - Variable in class com.android.dex.TableOfContents.Section
 
SizeOf - Class in com.android.dex
 
skip(int) - Method in class com.android.dex.Dex.Section
 
skipValue() - Method in class com.android.dex.EncodedValueReader
Skips a single value, including its nested values if it is an array or annotation.
STRING_ID_ITEM - Static variable in class com.android.dex.SizeOf
string_data_off uint
stringDatas - Variable in class com.android.dex.TableOfContents
 
stringIds - Variable in class com.android.dex.TableOfContents
 
strings() - Method in class com.android.dex.Dex
 

T

TableOfContents - Class in com.android.dex
The file header and map.
TableOfContents() - Constructor for class com.android.dex.TableOfContents
 
TableOfContents.Section - Class in com.android.dex
 
toString() - Method in class com.android.dex.Annotation
 
toString() - Method in class com.android.dex.ClassDef
 
toString() - Method in class com.android.dex.EncodedValue
 
toString() - Method in class com.android.dex.FieldId
 
toString() - Method in class com.android.dex.MethodId
 
toString() - Method in class com.android.dex.ProtoId
 
toString() - Method in class com.android.dex.TableOfContents.Section
 
toString() - Method in class com.android.dex.TypeList
 
TRY_ITEM - Static variable in class com.android.dex.SizeOf
start_addr uint insn_count ushort handler_off ushort
type - Variable in class com.android.dex.TableOfContents.Section
 
TYPE_ID_ITEM - Static variable in class com.android.dex.SizeOf
descriptor_idx uint
TYPE_ITEM - Static variable in class com.android.dex.SizeOf
type_idx ushort
typeIds() - Method in class com.android.dex.Dex
 
typeIds - Variable in class com.android.dex.TableOfContents
 
typeIndexFromClassDefIndex(int) - Method in class com.android.dex.Dex
Look up a type index index from a class def index.
typeIndexFromFieldIndex(int) - Method in class com.android.dex.Dex
Look up a field id type index from a field index.
TypeList - Class in com.android.dex
 
TypeList(Dex, short[]) - Constructor for class com.android.dex.TypeList
 
typeLists - Variable in class com.android.dex.TableOfContents
 
typeNames() - Method in class com.android.dex.Dex
 

U

UBYTE - Static variable in class com.android.dex.SizeOf
 
UINT - Static variable in class com.android.dex.SizeOf
 
Unsigned - Class in com.android.dex.util
Unsigned arithmetic over Java's signed types.
unsignedLeb128Size(int) - Static method in class com.android.dex.Leb128
Gets the number of bytes in the unsigned LEB128 encoding of the given value.
used() - Method in class com.android.dex.Dex.Section
Returns the number of bytes used by this section.
USHORT - Static variable in class com.android.dex.SizeOf
 

V

VERSION_CURRENT - Static variable in class com.android.dex.DexFormat
Dex file version number for dalvik.
VERSION_FOR_API_13 - Static variable in class com.android.dex.DexFormat
dex file version number for API level 13 and earlier

W

withContext(Throwable, String) - Static method in exception com.android.dex.util.ExceptionWithContext
Augments the given exception with the given context, and return the result.
write(byte[]) - Method in class com.android.dex.Dex.Section
 
write(short[]) - Method in class com.android.dex.Dex.Section
 
writeByte(int) - Method in class com.android.dex.Dex.Section
 
writeByte(int) - Method in interface com.android.dex.util.ByteOutput
Writes a byte.
writeHashes() - Method in class com.android.dex.Dex
Generates the signature and checksum of the dex file out and writes them to the file.
writeHeader(Dex.Section, int) - Method in class com.android.dex.TableOfContents
 
writeInt(int) - Method in class com.android.dex.Dex.Section
 
writeMap(Dex.Section) - Method in class com.android.dex.TableOfContents
 
writeRightZeroExtendedValue(ByteOutput, int, long) - Static method in class com.android.dex.EncodedValueCodec
Writes a right-zero-extended value to out.
writeShort(short) - Method in class com.android.dex.Dex.Section
 
writeSignedIntegralValue(ByteOutput, int, long) - Static method in class com.android.dex.EncodedValueCodec
Writes a signed integral to out.
writeSignedLeb128(ByteOutput, int) - Static method in class com.android.dex.Leb128
Writes value as a signed integer to out, starting at offset.
writeSleb128(int) - Method in class com.android.dex.Dex.Section
 
writeStringData(String) - Method in class com.android.dex.Dex.Section
 
writeTo(Dex.Section) - Method in class com.android.dex.Annotation
 
writeTo(OutputStream) - Method in class com.android.dex.Dex
 
writeTo(File) - Method in class com.android.dex.Dex
 
writeTo(Dex.Section) - Method in class com.android.dex.EncodedValue
 
writeTo(Dex.Section) - Method in class com.android.dex.FieldId
 
writeTo(Dex.Section) - Method in class com.android.dex.MethodId
 
writeTo(Dex.Section) - Method in class com.android.dex.ProtoId
 
writeTypeList(TypeList) - Method in class com.android.dex.Dex.Section
 
writeUleb128(int) - Method in class com.android.dex.Dex.Section
 
writeUleb128p1(int) - Method in class com.android.dex.Dex.Section
 
writeUnsignedIntegralValue(ByteOutput, int, long) - Static method in class com.android.dex.EncodedValueCodec
Writes an unsigned integral to out.
writeUnsignedLeb128(ByteOutput, int) - Static method in class com.android.dex.Leb128
Writes value as an unsigned integer to out, starting at offset.
writeUnsignedShort(int) - Method in class com.android.dex.Dex.Section
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All Rights Reserved.