public interface Decoder
Modifier and Type | Field and Description |
---|---|
static Decoder |
Base58 |
static Decoder |
Base64 |
static Decoder |
defaultDecoder |
static Decoder |
Hex |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
decode(java.io.Reader reader) |