| ASCII | Handles encoding and decoding of a byte buffer into an ASCII character presentation format. |
| Base64 | Handles encoding and decoding of a byte buffer into a base64 presentation format. |
| BigEndianBinary |
Handles encoding and decoding of a byte buffer into a big-endian binary (i.e., 0 and 1's) based
presentation format.
|
| Decimal | Handles encoding and decoding of a byte buffer into an integer-based presentation format. |
| Hexadecimal | Handles encoding and decoding of a byte buffer into a hexadecimal-based presentation format. |
| LittleEndianBinary |
Handles encoding and decoding of a byte buffer into a little-endian binary (i.e., 0 and 1's) based
presentation format.
|