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