net.handle.util
Class StreamVector

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector
              extended by net.handle.util.StreamVector
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, StreamObject

Deprecated. Replaced by net.cnri.util.StreamVector

@Deprecated
public class StreamVector
extends java.util.Vector
implements StreamObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
StreamVector()
          Deprecated.  
 
Method Summary
 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.  
 
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

StreamVector

public StreamVector()
Deprecated. 
Method Detail

isStreamTable

public boolean isStreamTable()
Deprecated. 
Specified by:
isStreamTable in interface StreamObject

isStreamVector

public boolean isStreamVector()
Deprecated. 
Specified by:
isStreamVector in interface StreamObject

startingDelimiter

public char startingDelimiter()
Deprecated. 

readFrom

public void readFrom(java.lang.String str)
              throws StringEncodingException
Deprecated. 
Specified by:
readFrom in interface StreamObject
Throws:
StringEncodingException

deepClone

public java.lang.Object deepClone()
Deprecated. 

readFrom

public void readFrom(java.io.Reader str)
              throws StringEncodingException,
                     java.io.IOException
Deprecated. 
Specified by:
readFrom in interface StreamObject
Throws:
StringEncodingException
java.io.IOException

writeTo

public void writeTo(java.io.Writer out)
             throws java.io.IOException
Deprecated. 
Specified by:
writeTo in interface StreamObject
Throws:
java.io.IOException

writeToString

public java.lang.String writeToString()
Deprecated. 
Specified by:
writeToString in interface StreamObject

readTheRest

public void readTheRest(java.io.Reader str)
                 throws StringEncodingException,
                        java.io.IOException
Deprecated. 
Specified by:
readTheRest in interface StreamObject
Throws:
StringEncodingException
java.io.IOException