Class Summary |
BMByteSearch |
Implements the Boyer-Moore pattern matching algorithm for a given
byte pattern. |
BMByteSearchStream |
Implements the Boyer-Moore pattern matching algorithm for a given
byte pattern. |
Config |
Config is essentially a KeywordValueTable used for recursive
storage of data derived from a config file. |
ConfigFile |
ConfigFile is used to manipulate Multiserver configuration
(.conf) files. |
Convert |
|
Currency |
Object to store and manipulate money. |
HtmlEncoder |
This class contains a utility method for encoding a
String so that it may be safely embedded within
a HTML document without affecting the formatting of the
document. |
JavaScriptEncoder |
This class contains a utility method for encoding a
String so that it may be safely used
within JavaScript as a quoted string. |
KeywordValueTable |
Class that implements a recursive keyword/value table. |