6 #ifndef LOFAR_BLOB_BLOBOBUFSTREAM_H
7 #define LOFAR_BLOB_BLOBOBUFSTREAM_H
33 virtual uint64_t
put(
const void* buffer, uint64_t nbytes);
44 std::streambuf* itsStream;
Output buffer for a blob using an ostream.
Definition: BlobOBufStream.h:24
virtual int64_t tellPos() const
virtual uint64_t put(const void *buffer, uint64_t nbytes)
Put the requested nr of bytes.
virtual ~BlobOBufStream()
Destructor.
virtual int64_t setPos(int64_t pos)
BlobOBufStream(std::ostream &)
Construct it with the underlying ostream object.
Abstract base class for output buffer for a blob.
Definition: BlobOBuffer.h:32
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53