public final class ArrayTools extends Object
| Constructor and Description |
|---|
ArrayTools() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
copy(byte[] array)
Copy a byte array
|
static byte[] |
extend(byte[] array,
int newSize) |
static int[] |
extend(int[] array,
int newSize) |
Copyright © 2019. All rights reserved.