Stream class to write to memory buffer.
More...
#include <stream.h>
Inherits streambuf, and ostream.
|
char * | chr () const |
|
size_t | len () const |
|
uint8_t * | mem () const |
|
| omemstream (uint8_t *data, size_t size) |
|
| omemstream (char *data, size_t size) |
|
int | overflow (int ch) |
|
size_t | remains () const |
|
Stream class to write to memory buffer.
Definition at line 492 of file stream.h.
The documentation for this class was generated from the following file: