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