|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.moneydance.util.StreamVector
public class StreamVector
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
Field Summary |
---|
Fields inherited from class java.util.Vector |
---|
capacityIncrement, elementCount, elementData |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
StreamVector()
|
Method Summary | |
---|---|
java.lang.Object |
deepClone()
|
boolean |
isStreamTable()
|
boolean |
isStreamVector()
|
void |
readFrom(java.io.Reader str)
|
void |
readFrom(java.lang.String str)
|
void |
readTheRest(java.io.Reader str)
|
char |
startingDelimiter()
|
void |
writeTo(java.io.Writer out)
|
void |
writeTo(java.io.Writer out,
java.lang.String prefix)
|
java.lang.String |
writeToString()
|
Methods inherited from class java.util.Vector |
---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
iterator, listIterator, listIterator |
Constructor Detail |
---|
public StreamVector()
Method Detail |
---|
public boolean isStreamTable()
isStreamTable
in interface StreamObject
public boolean isStreamVector()
isStreamVector
in interface StreamObject
public char startingDelimiter()
public void readFrom(java.lang.String str) throws StringEncodingException
readFrom
in interface StreamObject
StringEncodingException
public java.lang.Object deepClone()
public void readFrom(java.io.Reader str) throws StringEncodingException, java.io.IOException
readFrom
in interface StreamObject
StringEncodingException
java.io.IOException
public void writeTo(java.io.Writer out) throws java.io.IOException
writeTo
in interface StreamObject
java.io.IOException
public void writeTo(java.io.Writer out, java.lang.String prefix) throws java.io.IOException
writeTo
in interface StreamObject
java.io.IOException
public java.lang.String writeToString()
writeToString
in interface StreamObject
public void readTheRest(java.io.Reader str) throws StringEncodingException, java.io.IOException
readTheRest
in interface StreamObject
StringEncodingException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |