| Modifier and Type | Interface and Description |
|---|---|
static interface |
BinaryToTextEncoding.EncoderDecoder
Unifies both interfaces
BinaryToTextEncoding.Encoder and BinaryToTextEncoding.Decoder |
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryToTextEncoding.Base64Encoding
Simple Base64 encoder
|
static class |
BinaryToTextEncoding.BaseRadixNumber
Simple radix encoder which internally uses
BigInteger.toString(int) |
static class |
BinaryToTextEncoding.Hex
Hex or Base16
|
| Modifier and Type | Method and Description |
|---|---|
static Bytes |
Bytes.parse(CharSequence encoded,
BinaryToTextEncoding.Decoder decoder)
Parsing of arbitrary encoded format
|
Copyright © 2017–2021. All rights reserved.