public interface Encoder
Modifier and Type | Field and Description |
---|---|
static Encoder |
Base58 |
static Encoder |
Base64 |
static Encoder |
defaultEncoder |
static Encoder |
Hex |
Modifier and Type | Method and Description |
---|---|
java.io.Reader |
encode(java.io.InputStream in) |