6 #ifndef LOFAR_BLOB_BLOBIBUFSTREAM_H
7 #define LOFAR_BLOB_BLOBIBUFSTREAM_H
34 virtual uint64_t
get(
void* buffer, uint64_t nbytes);
45 std::streambuf* itsStream;
Input buffer for a blob using an istream.
Definition: BlobIBufStream.h:25
virtual int64_t tellPos() const
virtual uint64_t get(void *buffer, uint64_t nbytes)
Get the requested nr of bytes.
virtual int64_t setPos(int64_t pos)
BlobIBufStream(std::istream &)
Construct it with the underlying istream object.
virtual ~BlobIBufStream()
Destructor.
Abstract base class for input buffer for a blob.
Definition: BlobIBuffer.h:36
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53