public class ByteUtil
extends java.lang.Object
| Constructor and Description |
|---|
ByteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
copyToLength(byte[] source,
int length) |
static byte[] |
xorBytes(byte[] bytes1,
byte[] bytes2) |