 |
Belle II Software
release-05-02-19
|
37 virtual int readXmlData(
char* buffer,
int buffsize) = 0;
78 virtual InputContext*
open(
const std::string& path) = 0;
virtual int readXmlData(char *buffer, int buffsize)=0
Read a block of XML data into buffer, at most buffsize bytes and return the number of bytes read.
Abstract base class for different kinds of events.
virtual ~InputContext()
Close the context.