- All Implemented Interfaces:
- StreamObject, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
public class StreamVector
extends java.util.Vector
implements StreamObject
Subclass of Vector that can read and write itself to
a stream.
$Author: gmorris $ $Date: 2001/12/04 15:08:30 $
$Revision: 1.2 $
------------------------------------------------------------------------
$Log: StreamVector.java,v $
Revision 1.2 2001/12/04 15:08:30 gmorris
minor fixes to misc. utils,
mostly comments and indenting
some moving variable declarations outside of loops
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.
Revision 1.5 1999/10/15 14:37:09 sreilly
more online banking, still not completely functional - just backing up :)
Revision 1.4 1999/02/22 01:48:21 sreilly
made QIF import more robust, fixed subtotal by account report, and *lots* of other stuff
Revision 1.3 1999/02/12 21:22:50 sreilly
added copyright and removed references to artistic license
Revision 1.2 1998/12/09 03:01:34 sreilly
Reminders mostly implemented and working, including homepage summary of
reminders.
Revision 1.1.1.1 1998/08/13 13:58:57 sreilly
Initial Moneydance checkin
- See Also:
- Serialized Form