|
UCommon
|
Stream class to read from a memory buffer. More...
#include <stream.h>
Public Member Functions | |
| const char * | chr () const |
| imemstream (const char *data) | |
| imemstream (const uint8_t *data, size_t size) | |
| size_t | len () const |
| const uint8_t * | mem () const |
| size_t | remains () const |
| int | uflow () |
| int | underflow () |
Stream class to read from a memory buffer.
May optionally be 0 byte terminated if no length is specified.