|
Class Summary |
| Base64Encoder |
Various conversion methods. |
| 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. |
| BytesToString |
This class has static methods which convert arrays of bytes to
a strings. |
| ChainedThrowableUtil |
Utilities used to implement the Chained* throwables. |
| CircularQueue |
|
| 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 |
Deprecated. Use HexEncoder or Base64Encoder. |
| Currency |
Object to store and manipulate money. |
| ExceptionUtils |
A collection of static methods that deal with Exceptions. |
| FilePersistentStore |
File system implementation of PersistentStore. |
| HexEncoder |
Various conversion methods. |
| 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. |
| JavaVersion |
|
| KeywordParser |
Class used to parse KeywordsValueTable keywords. |
| KeywordValueTable |
Class that implements a recursive keyword/value table. |
| LoaderObjectInputStream |
|
| LRUCache |
This class implements a fixed size Least-Recently-Used cache. |
| OutputStreamEventQueue |
A queue of "events". |
| OutputStreamEventQueueEntry |
This is a helper class for OutputStreamEventQueue. |
| OutputStreamHub |
This class implements a "hub", or redistribution center. |
| QuotedString |
Static convenience class for parsing various types of quoted strings. |
| StringEnum |
|
| TmpDir |
Class for creating and manage a temporary directory. |