| Package | Description |
|---|---|
| com.android.dx.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayByteInput |
| Modifier and Type | Method and Description |
|---|---|
static String |
Mutf8.decode(ByteInput in,
char[] out)
Decodes bytes from
in into out until a delimiter 0x00 is
encountered. |
static int |
Leb128Utils.readSignedLeb128(ByteInput in)
Reads an signed integer from
in. |
static int |
Leb128Utils.readUnsignedLeb128(ByteInput in)
Reads an unsigned integer from
in. |
Copyright © 2014. All Rights Reserved.