| 程序包 | 说明 |
|---|---|
| com.fr.stable.collections.array |
| 限定符和类型 | 方法和说明 |
|---|---|
static ByteArray |
ByteArray.with(byte... array) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
ByteArray(ByteArray array)
Creates a new array containing the elements in the specific array.
|