| Package | Description |
|---|---|
| net.sf.kdgcommons.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
Base64Codec
Converts binary data to/from a string consisting of base-64 characters.
|
class |
HexCodec
Converts binary data to/from a string of hexadecimal digits (eg, an array
containing the bytes
[0x01, 0x23, 0xEF] is encoded as the
string "0123EF"). |