public final class EncodedValue extends Object implements Comparable<EncodedValue>
| Constructor and Description |
|---|
EncodedValue(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
ByteInput |
asByteInput() |
int |
compareTo(EncodedValue other) |
byte[] |
getBytes() |
String |
toString() |
void |
writeTo(Dex.Section out) |
public ByteInput asByteInput()
public byte[] getBytes()
public void writeTo(Dex.Section out)
public int compareTo(EncodedValue other)
compareTo in interface Comparable<EncodedValue>Copyright © 2016. All Rights Reserved.