| Package | Description |
|---|---|
| org.sellcom.core.io.encoding |
| Modifier and Type | Method and Description |
|---|---|
static BinaryEncoder |
StandardBinaryEncodings.createBase16Encoder()
Returns an encoder for Base-16 encoding scheme.
|
static BinaryEncoder |
StandardBinaryEncodings.createBase58BitcoinEncoder()
Returns an encoder for Base-58 (Bitcoin alphabet) encoding scheme.
|
static BinaryEncoder |
StandardBinaryEncodings.createBase58FlickrEncoder()
Returns an encoder for Base-58 (Flickr alphabet) encoding scheme.
|
static BinaryEncoder |
StandardBinaryEncodings.createBase64Encoder()
Returns an encoder for Base-64 encoding scheme.
|
static BinaryEncoder |
StandardBinaryEncodings.createBase64UrlEncoder()
Returns an encoder for Base-64 URL and filename safe encoding scheme.
|
abstract BinaryEncoder |
BinaryEncoding.newEncoder()
Returns an encoder for this encoding scheme.
|