This class provides the interface to services to read bytestream data. The concrete class can provide Raw event from a file, transient store, or through network.
More...
#include <IByteStreamInputSvc.h>
This class provides the interface to services to read bytestream data. The concrete class can provide Raw event from a file, transient store, or through network.
Definition at line 21 of file IByteStreamInputSvc.h.
◆ closeBlockIterator()
void IByteStreamInputSvc::closeBlockIterator |
( |
bool |
| ) |
|
|
inlinevirtual |
◆ currentEvent()
virtual const RawEvent* IByteStreamInputSvc::currentEvent |
( |
| ) |
const |
|
pure virtual |
virtual method for accessing the current event
◆ currentEventStatus()
unsigned int IByteStreamInputSvc::currentEventStatus |
( |
| ) |
const |
|
inlinevirtual |
◆ DeclareInterfaceID()
◆ generateDataHeader()
StatusCode IByteStreamInputSvc::generateDataHeader |
( |
| ) |
|
|
inlinevirtual |
◆ getBlockIterator()
std::pair< long, std::string > IByteStreamInputSvc::getBlockIterator |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
◆ nextEvent()
virtual method for advance to the next event
◆ positionInBlock()
long IByteStreamInputSvc::positionInBlock |
( |
| ) |
|
|
inlinevirtual |
◆ previousEvent()
◆ ready()
bool IByteStreamInputSvc::ready |
( |
| ) |
|
|
inlinevirtual |
◆ setEvent()
virtual void IByteStreamInputSvc::setEvent |
( |
void * |
, |
|
|
unsigned int |
|
|
) |
| |
|
inlinevirtual |
◆ validateEvent()
void IByteStreamInputSvc::validateEvent |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: