| Interface | Description |
|---|---|
| DeepClone |
Interface for objects that know how to make copies (clones)
of themselves as well as all of their contents.
|
| StreamObject |
Interface for objects that can be read/written to and
from streams.
|
| Class | Description |
|---|---|
| CustomDateFormat |
Flexible date parser and formatter
|
| DateUtil | |
| DateUtil.Comparator | |
| IOUtils | |
| Misc |
Random useful stuff
|
| StreamTable |
Subclass of Hashtable that can read and write itself to
a stream.
|
| StreamUtil |
Utility functions used to ease the parsing and encoding
of StreamObjects
|
| StreamVector |
Subclass of Vector that can read and write itself to
a stream.
|
| StringUtils |
Useful string manipulation functions
|
| Exception | Description |
|---|---|
| StringEncodingException |
Exception thrown when a format error is encountered while
reading in a StreamObject.
|