- 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
-