StreamWrapper.h
Go to the documentation of this file.
An abstract class that provides a wrapper around a stream.
Definition: StreamWrapper.h:23
bool isFinished() override
Check if all data has been read.
Definition: StreamWrapper.h:44
StreamType getStreamType() const override
Get the stream type.
Definition: StreamWrapper.h:29
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: StreamWrapper.h:34
@ eSST_Wrapper
A stream that is a wrapper around a source stream.
Definition: DataSourceStream.h:36