| Package | Description |
|---|---|
| com.android.dex | |
| com.android.dx.util |
Utility classes for class file access/manipulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dex.Section |
| Modifier and Type | Method and Description |
|---|---|
static void |
EncodedValueCodec.writeRightZeroExtendedValue(ByteOutput out,
int type,
long value)
Writes a right-zero-extended value to
out. |
static void |
EncodedValueCodec.writeSignedIntegralValue(ByteOutput out,
int type,
long value)
Writes a signed integral to
out. |
static void |
Leb128.writeSignedLeb128(ByteOutput out,
int value)
Writes
value as a signed integer to out, starting at
offset. |
static void |
EncodedValueCodec.writeUnsignedIntegralValue(ByteOutput out,
int type,
long value)
Writes an unsigned integral to
out. |
static void |
Leb128.writeUnsignedLeb128(ByteOutput out,
int value)
Writes
value as an unsigned integer to out, starting at
offset. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatedOutput
Interface for a binary output destination that may be augmented
with textual annotations.
|
interface |
Output
Interface for a sink for binary output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayAnnotatedOutput
Implementation of
AnnotatedOutput which stores the written data
into a byte[]. |
Copyright © 2020. All Rights Reserved.