| Interface | Description |
|---|---|
| Encoder |
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
|
| Translator |
general interface for an translator.
|
| Class | Description |
|---|---|
| Base64 | |
| Base64Encoder | |
| BufferedDecoder |
a buffering class to allow translation from one format to another to
be done in discrete chunks.
|
| BufferedEncoder |
a buffering class to allow translation from one format to another to
be done in discrete chunks.
|
| Hex | |
| HexEncoder | |
| HexTranslator |
Converters for going from hex to binary and back.
|
| UrlBase64 |
Convert binary data to and from UrlBase64 encoding.
|
| UrlBase64Encoder |
Convert binary data to and from UrlBase64 encoding.
|
Copyright © 2015. All rights reserved.