| Constructor and Description |
|---|
ByteUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
concact(byte[] arrayOne,
byte[] arrayTwo)
Deprecated.
use
concat(byte[], byte[]) instead. |
static byte[] |
concat(byte[] arrayOne,
byte[] arrayTwo) |
public ByteUtils()
@Deprecated public static byte[] concact(byte[] arrayOne, byte[] arrayTwo)
concat(byte[], byte[]) instead.public static byte[] concat(byte[] arrayOne, byte[] arrayTwo)