|
Class Summary |
| Base64 |
Base64 provides Base64 encoding/decoding of strings and streams. |
| ChildrenCollector |
ChildrenCollector is a utility class
which can be used to 'collect' child elements of a
node. |
| ChildrenCollectorFilter |
ChildrenCollectorFilter is a utility class
which can be used to 'collect' child items of a
node whose names match a certain pattern. |
| ISO8601 |
The ISO8601 utility class provides helper methods
to deal with date/time formatting using a specific ISO8601-compliant
format (see ISO 8601). |
| IteratorHelper |
IteratorHelper is a utility class which
wraps an iterator and implements the various typed iterator
interfaces. |
| LazyFileInputStream |
This Class implements an InputStream that provides the same functionality
as a FileInputStream but opens the file by the first file access. |
| Text |
This Class provides some text related utilities |