Stream.hpp
Go to the documentation of this file.
Definition: Stream.hpp:34
Stream(const String &string, bool flashread=true)
Constructor.
Definition: Stream.hpp:42
bool isFinished() override
Check if all data has been read.
Definition: Stream.hpp:64
int available() override
Return the total length of the stream.
Definition: Stream.hpp:55
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
StreamType getStreamType() const override
Get the stream type.
Definition: Stream.hpp:46
Definition: Array.hpp:107