|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteOutput | |
|---|---|
| com.android.dx.util | |
| Uses of ByteOutput in com.android.dx.util |
|---|
| Subinterfaces of ByteOutput in com.android.dx.util | |
|---|---|
interface |
AnnotatedOutput
Interface for a binary output destination that may be augmented with textual annotations. |
interface |
Output
Interface for a sink for binary output. |
| Classes in com.android.dx.util that implement ByteOutput | |
|---|---|
class |
ByteArrayAnnotatedOutput
Implementation of AnnotatedOutput which stores the written data
into a byte[]. |
| Methods in com.android.dx.util with parameters of type ByteOutput | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||