@Deprecated public class StreamVector extends java.util.Vector implements StreamObject
Constructor and Description |
---|
StreamVector()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deepClone()
Deprecated.
|
boolean |
isStreamTable()
Deprecated.
|
boolean |
isStreamVector()
Deprecated.
|
void |
readFrom(java.io.Reader str)
Deprecated.
|
void |
readFrom(java.lang.String str)
Deprecated.
|
void |
readTheRest(java.io.Reader str)
Deprecated.
|
char |
startingDelimiter()
Deprecated.
|
void |
writeTo(java.io.Writer out)
Deprecated.
|
java.lang.String |
writeToString()
Deprecated.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
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 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