class Base32Codec extends AbstractBase32Codec
Modifier and Type | Class and Description |
---|---|
private static class |
Base32Codec.LazyHolder |
Modifier and Type | Field and Description |
---|---|
private static int |
OFFSET_OF_2 |
Constructor and Description |
---|
Base32Codec() |
Modifier and Type | Method and Description |
---|---|
private static byte[] |
alphabets() |
protected int |
pos(byte in) |
decode, encode
private static final int OFFSET_OF_2
private static byte[] alphabets()
protected int pos(byte in)
pos
in class AbstractBase32Codec