Class Summary |
BasePropertyChangeReporter |
Class to provide simple property change reporter support. |
CompoundIterator<T> |
Iterator that virtually joins multiple other Iterators |
Constants |
Random useful stuff |
CustomDateFormat |
Flexible date parser and formatter |
HTTPCommunicator |
An incredibly simple method for retrieving a page via HTTP. |
Misc |
Random useful stuff |
Sorting |
Sorting tools |
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
$Author: sreilly $ $Date: 2001/10/05 14:09:10 $
$Revision: 1.2 $
------------------------------------------------------------------------
$Log: StreamUtil.java,v $
Revision 1.2 2001/10/05 14:09:10 sreilly
made it so that backslash escaped quote characters don't get decoded with the quote
Revision 1.1 2001/01/31 19:31:16 sreilly
Moved *everything* to com.moneydance package, and rearranged a couple of
the packages in the process. |
StreamVector |
Subclass of Vector that can read and write itself to
a stream. |
StringUtils |
Useful string manipulation functions |
UiUtil |
User interface utilities and constants. |
VersionVerifier |
An object for testing whether users of an application have
the most up-to-date version of the application on program
startup. |