VectorWriter

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

NameDescription
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.