Modifier and Type | Class and Description |
---|---|
private static class |
Base16Codec.LazyHolder |
Modifier and Type | Field and Description |
---|---|
private byte[] |
alphabets |
private static int |
MASK_4BITS |
private static int |
OFFSET_OF_a |
private static int |
OFFSET_OF_A |
Constructor and Description |
---|
Base16Codec() |
Base16Codec(boolean upperCase) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] src,
int length) |
byte[] |
encode(byte[] src) |
protected int |
pos(byte in) |
private static final int OFFSET_OF_a
private static final int OFFSET_OF_A
private static final int MASK_4BITS
private final byte[] alphabets