Minimal stream for overwriting and/or appending to an existing byte vector
Declared in <streams.h>
class VectorWriter;
The referenced vector will grow as necessary
| Name | Description |
|---|---|
VectorWriter [constructor] | Constructors |
write | Write a buffer of bytes at the current position, overwriting then appending as needed. |
operator<< | Serialize an object into the vector and return this writer. |