Package | Description |
---|---|
com.android.dex | |
com.android.dex.util |
Modifier and Type | Class and Description |
---|---|
class |
Dex.Section |
Modifier and Type | Field and Description |
---|---|
protected ByteInput |
EncodedValueReader.in |
Modifier and Type | Method and Description |
---|---|
ByteInput |
EncodedValue.asByteInput() |
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 |
EncodedValueCodec.readSignedInt(ByteInput in,
int zwidth)
Read a signed integer.
|
static int |
Leb128.readSignedLeb128(ByteInput in)
Reads an signed integer from
in . |
static long |
EncodedValueCodec.readSignedLong(ByteInput in,
int zwidth)
Read a signed long.
|
static int |
EncodedValueCodec.readUnsignedInt(ByteInput in,
int zwidth,
boolean fillOnRight)
Read an unsigned integer.
|
static int |
Leb128.readUnsignedLeb128(ByteInput in)
Reads an unsigned integer from
in . |
static long |
EncodedValueCodec.readUnsignedLong(ByteInput in,
int zwidth,
boolean fillOnRight)
Read an unsigned long.
|
Constructor and Description |
---|
EncodedValueReader(ByteInput in) |
EncodedValueReader(ByteInput in,
int knownType)
Creates a new encoded value reader whose only value is the specified
known type.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayByteInput |
Copyright © 2016. All Rights Reserved.