| Interface | Description |
|---|---|
| Encoder |
Encode and decode byte arrays (typically from binary to 7-bit ASCII
encodings).
|
| Class | Description |
|---|---|
| Base64 |
Utility class for converting Base64 data to bytes and back again.
|
| Base64Encoder |
A streaming Base64 encoder.
|
| Exception | Description |
|---|---|
| DecoderException |
Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.
|
| EncoderException |
Exception thrown if an attempt is made to encode invalid data, or some other failure occurs.
|
Copyright © 2019–2025. All rights reserved.