| Interface | Description |
|---|---|
| IBytesEncoding |
Encode and decode bytes.
|
| INumberEncoding |
Handle a number encoding: characters can be added, then the current decoded value can be retrieved.
|
| Class | Description |
|---|---|
| Base64 |
Utility methods to encode and decode base 64.
|
| Base64Decoder |
Decode Base64 data into a Writable.
|
| DecimalNumber |
Decode a number in decimal digits.
|
| HexaDecimalEncoder |
Encode and decode bytes using hexadecimal digits.
|
| HexadecimalNumber |
Decode a number in hexadecimal digits.
|
| QuotedPrintable |
Utility method to encode and decode quoted-printable as defined in RFC 2045.
|
Copyright © 2019. All rights reserved.