Class MultiFilePBEventStream

java.lang.Object
edu.stanford.slac.archiverappliance.plain.pb.MultiFilePBEventStream
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Event>, EventStream, RemotableOverRaw

public class MultiFilePBEventStream extends Object implements EventStream, RemotableOverRaw
An eventstream that spans multiple PB files. You can only get one iterator out of this event stream. This condition is also checked for. This is typically used with/after PlainPBFileNameUtility.getFilesWithData
Author:
mshankar