| Class | Description |
|---|---|
| Annotation |
An annotation.
|
| CallSiteId |
A call_site_id_item: https://source.android.com/devices/tech/dalvik/dex-format#call-site-id-item
|
| ClassData | |
| ClassData.Field | |
| ClassData.Method | |
| ClassDef |
A type definition.
|
| Code | |
| Code.CatchHandler | |
| Code.Try | |
| Dex |
The bytes of a dex file in memory for reading and writing.
|
| DexFormat |
Constants that show up in and are otherwise related to
.dex
files, and helper methods for same. |
| EncodedValue |
An encoded value or array.
|
| EncodedValueCodec |
Read and write
encoded_value primitives. |
| EncodedValueReader |
Pull parser for encoded values.
|
| FieldId | |
| Leb128 |
Reads and writes DWARFv3 LEB 128 signed and unsigned integers.
|
| MethodHandle |
A method_handle_item:
https://source.android.com/devices/tech/dalvik/dex-format#method-handle-item
|
| MethodId | |
| Mutf8 |
Modified UTF-8 as described in the dex file format spec.
|
| ProtoId | |
| SizeOf | |
| TableOfContents |
The file header and map.
|
| TableOfContents.Section | |
| TypeList |
| Enum | Description |
|---|---|
| MethodHandle.MethodHandleType |
A method handle type code:
https://source.android.com/devices/tech/dalvik/dex-format#method-handle-type-codes
|
| Exception | Description |
|---|---|
| DexException |
Thrown when there's a format problem reading, writing, or generally
processing a dex file.
|
| DexIndexOverflowException |
Thrown when there's an index overflow writing a dex file.
|
Copyright © 2020. All Rights Reserved.