A small base class to handle generic data streaming.
More...
#include <StreamBuffer.h>
A small base class to handle generic data streaming.
Definition at line 43 of file StreamBuffer.h.
| StreamBuffer::DataIO::DataIO |
( |
| ) |
|
|
inline |
| virtual StreamBuffer::DataIO::~DataIO |
( |
| ) |
|
|
inlinevirtual |
| void StreamBuffer::DataIO::badStreamMode |
( |
| ) |
|
|
inline |
Throw Exception.
Definition at line 52 of file StreamBuffer.h.
{
throw("Not acceptable stream mode!");
}
| virtual void StreamBuffer::DataIO::serialize |
( |
StreamBuffer & |
stream | ) |
|
|
inlinevirtual |
Serialization method: loads/dumps streambuffer content.
Definition at line 56 of file StreamBuffer.h.
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r0/GaudiKernel/GaudiKernel/StreamBuffer.h