|
Class Summary |
| BASE64Decoder |
This class implements a BASE64 Character decoder as specified in RFC1521. |
| BASE64Encoder |
This class implements a BASE64 Character encoder as specified in RFC1521. |
| CharacterDecoder |
This class defines the decoding half of character encoders. |
| CharacterEncoder |
This class defines the encoding half of character encoders. |
| DoubleConsts |
This class contains additional constants documenting limits of the
double type. |
| FloatConsts |
This class contains additional constants documenting limits of the
float type. |
| FormattedFloatingDecimal |
|
| FpUtils |
The class FpUtils contains static utility methods for
manipulating and inspecting float and
double floating-point numbers. |
| HexDumpEncoder |
This class encodes a buffer into the classic: "Hexadecimal Dump" format of
the past. |
| SharedSecrets |
A repository of "shared secrets", which are a mechanism for
calling implementation-private methods in another package without
using reflection. |
| SoftCache |
A memory-sensitive implementation of the Map interface. |