| Package | Description |
|---|---|
| com.android.dx.rop.cst | |
| com.android.dx.util |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
CstString.getBytes()
Gets the UTF-8 value as UTF-8 encoded bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CstString.utf8BytesToString(ByteArray bytes)
Converts an array of UTF-8 bytes into a string.
|
| Constructor and Description |
|---|
CstString(ByteArray bytes)
Constructs an instance from some UTF-8 bytes.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
ByteArray.slice(int start,
int end)
Returns a slice (that is, a sub-array) of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Output.write(ByteArray bytes)
Writes a
ByteArray to this instance. |
void |
ByteArrayAnnotatedOutput.write(ByteArray bytes)
Writes a
ByteArray to this instance. |
Copyright © 2014. All Rights Reserved.