| Package | Description |
|---|---|
| com.badlogic.gdx.utils |
| Modifier and Type | Method and Description |
|---|---|
static ByteArray |
ByteArray.with(byte... array) |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArray.addAll(ByteArray array) |
void |
ByteArray.addAll(ByteArray array,
int offset,
int length) |
boolean |
ByteArray.removeAll(ByteArray array)
Removes from this array all of elements contained in the specified array.
|
| Constructor and Description |
|---|
ByteArray(ByteArray array)
Creates a new array containing the elements in the specific array.
|