public static class Base45.Decoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Base45.Decoder |
DECODER
Static decoder instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] src)
Decodes the supplied input (which is the byte array representation of a Base45 string).
|
byte[] |
decode(java.lang.String src)
Decodes the supplied Base45 string.
|
public static final Base45.Decoder DECODER
public byte[] decode(byte[] src)
src - the Base45 string to decodepublic byte[] decode(java.lang.String src)
src - the Base45 string to decode