Class MultiFilePBEventStreamIterator

java.lang.Object
edu.stanford.slac.archiverappliance.plain.pb.MultiFilePBEventStreamIterator
All Implemented Interfaces:
Iterator<Event>

public class MultiFilePBEventStreamIterator extends Object implements Iterator<Event>
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