Package net.handle.util
Class StreamVector
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.Vector
-
- 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 public class StreamVector extends java.util.Vector implements StreamObject
Deprecated.Replaced by net.cnri.util.StreamVector- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamVector()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
-
-
-
-
Method Detail
-
isStreamTable
public boolean isStreamTable()
Deprecated.- Specified by:
isStreamTable
in interfaceStreamObject
-
isStreamVector
public boolean isStreamVector()
Deprecated.- Specified by:
isStreamVector
in interfaceStreamObject
-
startingDelimiter
public char startingDelimiter()
Deprecated.
-
readFrom
public void readFrom(java.lang.String str) throws StringEncodingException
Deprecated.- Specified by:
readFrom
in interfaceStreamObject
- 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 interfaceStreamObject
- Throws:
StringEncodingException
java.io.IOException
-
writeTo
public void writeTo(java.io.Writer out) throws java.io.IOException
Deprecated.- Specified by:
writeTo
in interfaceStreamObject
- Throws:
java.io.IOException
-
writeToString
public java.lang.String writeToString()
Deprecated.- Specified by:
writeToString
in interfaceStreamObject
-
readTheRest
public void readTheRest(java.io.Reader str) throws StringEncodingException, java.io.IOException
Deprecated.- Specified by:
readTheRest
in interfaceStreamObject
- Throws:
StringEncodingException
java.io.IOException
-
-