StreamWrapper.h
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: StreamWrapper.h:44
virtual uint16_t readMemoryBlock(char *data, int bufSize)=0
Read a block of memory.
An abstract class that provides a wrapper around a stream.
Definition: StreamWrapper.h:22
StreamType getStreamType() const override
Get the stream type.
Definition: StreamWrapper.h:39
@ eSST_Wrapper
A stream that is a wrapper around a source stream.
Definition: DataSourceStream.h:36
bool isFinished() override
Check if all data has been read.
Definition: StreamWrapper.h:54