| Package | Description |
|---|---|
| org.sellcom.core.io.encoding |
| Modifier and Type | Method and Description |
|---|---|
static BinaryDecoder |
StandardBinaryEncodings.createBase16Decoder()
Returns a decoder for Base-16 encoding scheme.
|
static BinaryDecoder |
StandardBinaryEncodings.createBase58BitcoinDecoder()
Returns a decoder for Base-58 (Bitcoin alphabet) encoding scheme.
|
static BinaryDecoder |
StandardBinaryEncodings.createBase58FlickrDecoder()
Returns a decoder for Base-58 (Flickr alphabet) encoding scheme.
|
static BinaryDecoder |
StandardBinaryEncodings.createBase64Decoder()
Returns a decoder for Base-64 encoding scheme.
|
static BinaryDecoder |
StandardBinaryEncodings.createBase64UrlDecoder()
Returns a decoder for Base-64 URL and filename safe encoding scheme.
|
abstract BinaryDecoder |
BinaryEncoding.newDecoder()
Returns a decoder for this encoding scheme.
|