MultiStream.h
Go to the documentation of this file.
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
virtual IDataSourceStream * getNextStream()=0
Inherited class must implement this.
Base class for read-only stream which generates output from multiple source streams.
Definition: MultiStream.h:23
bool isFinished() override
Check if all data has been read.
Definition: MultiStream.h:30