| Package | Description |
|---|---|
| com.android.dx.util |
| 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[]. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Leb128Utils.writeSignedLeb128(ByteOutput out,
int value)
Writes
value as a signed integer to out, starting at
offset. |
static void |
Leb128Utils.writeUnsignedLeb128(ByteOutput out,
int value)
Writes
value as an unsigned integer to out, starting at
offset. |
Copyright © 2014. All Rights Reserved.