Class MultiFilePBEventStreamIterator
java.lang.Object
edu.stanford.slac.archiverappliance.plain.pb.MultiFilePBEventStreamIterator
The iterator for MultiFilePBEventStream's
All we do is go thru the streams in sequence and then return the events one after the other.
- Author:
- mshankar
-
Constructor Summary
ConstructorsConstructorDescriptionMultiFilePBEventStreamIterator(LineByteStreamCreator[] istreams, String pvName, short year, ArchDBRTypes type) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
MultiFilePBEventStreamIterator
public MultiFilePBEventStreamIterator(LineByteStreamCreator[] istreams, String pvName, short year, ArchDBRTypes type) throws IOException - Throws:
IOException
-
-
Method Details