|
TinyRobotics
|
Read-only memory stream for wrapping a buffer as an Arduino Stream. More...
#include <MemoryStream.h>


Read-only memory stream for wrapping a buffer as an Arduino Stream.
This class allows you to treat a memory buffer as an input Stream, enabling code that expects a Stream (such as parsers or message dispatchers) to operate directly on in-memory data. The stream is read-only: write() does nothing.