|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteArray | |
|---|---|
| com.android.dx.rop.cst | |
| com.android.dx.util | |
| Uses of ByteArray in com.android.dx.rop.cst |
|---|
| Methods in com.android.dx.rop.cst that return ByteArray | |
|---|---|
ByteArray |
CstString.getBytes()
Gets the UTF-8 value as UTF-8 encoded bytes. |
| Methods in com.android.dx.rop.cst with parameters of type ByteArray | |
|---|---|
static String |
CstString.utf8BytesToString(ByteArray bytes)
Converts an array of UTF-8 bytes into a string. |
| Constructors in com.android.dx.rop.cst with parameters of type ByteArray | |
|---|---|
CstString(ByteArray bytes)
Constructs an instance from some UTF-8 bytes. |
|
| Uses of ByteArray in com.android.dx.util |
|---|
| Methods in com.android.dx.util that return ByteArray | |
|---|---|
ByteArray |
ByteArray.slice(int start,
int end)
Returns a slice (that is, a sub-array) of this instance. |
| Methods in com.android.dx.util with parameters of type ByteArray | |
|---|---|
void |
Output.write(ByteArray bytes)
Writes a ByteArray to this instance. |
void |
ByteArrayAnnotatedOutput.write(ByteArray bytes)
Writes a ByteArray to this instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||