| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryToTextEncoding.Base64Encoding
Simple Base64 encoder
|
static class |
BinaryToTextEncoding.BaseRadix
Simple radix encoder which internally uses
BigInteger.toString(int) |
static class |
BinaryToTextEncoding.Hex
Hex or Base16
|
| Modifier and Type | Method and Description |
|---|---|
String |
Bytes.encode(BinaryToTextEncoding.Encoder encoder)
Encode the internal byte-array with given encoder.
|
Copyright © 2017. All rights reserved.