public class Hex extends java.lang.Object
| Constructor and Description |
|---|
Hex() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] hexString) |
static byte[] |
decode(java.lang.String s) |
static java.lang.String |
encode(byte[] b) |
static java.lang.String |
encode(byte[] b,
int offset,
int length) |