Package net.cnri.util

Class StreamVector

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess, SequencedCollection<Object>, StreamObject

public class StreamVector extends Vector<Object> implements StreamObject
Subclass of Vector that can read and write itself to a stream.
See Also: