public static class Base45.Encoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Base45.Encoder |
ENCODER
Static encoder instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(byte[] src)
Encodes the supplied bytes into its Base45 encoding.
|
java.lang.String |
encodeToString(byte[] src)
Encodes the supplied bytes into its corresponding Base45 string.
|
public static final Base45.Encoder ENCODER
public byte[] encode(byte[] src)
src - the bytes to encodepublic java.lang.String encodeToString(byte[] src)
src - the bytes to encode