public class Hex
extends java.lang.Object
| Constructor and Description |
|---|
Hex() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
fromStringCondensed(java.lang.String encoded) |
static java.lang.String |
toString(byte[] bytes) |
static java.lang.String |
toString(byte[] bytes,
int offset,
int length) |
static java.lang.String |
toStringCondensed(byte[] bytes) |
public static java.lang.String toString(byte[] bytes)
public static java.lang.String toString(byte[] bytes,
int offset,
int length)
public static java.lang.String toStringCondensed(byte[] bytes)
public static byte[] fromStringCondensed(java.lang.String encoded)
throws java.io.IOException
java.io.IOException