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