| Modifier and Type | Method and Description |
|---|---|
ByteLargeArray |
ByteLargeArray.clone()
Returns a deep copy of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LargeArrayUtils.arraycopy(byte[] src,
int srcPos,
ByteLargeArray dest,
long destPos,
long length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
static void |
LargeArrayUtils.arraycopy(ByteLargeArray src,
long srcPos,
ByteLargeArray dest,
long destPos,
long length)
Copies an array from the specified source array, beginning at the
specified position, to the specified position of the destination array.
|
Copyright © 2015. All rights reserved.