Package | Description |
---|---|
com.android.dex |
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 . |
Copyright © 2016. All Rights Reserved.