BitStreamWriter::BitStreamWriter

Construct a bit writer over the given output byte stream.

Synopsis

Declared in <streams.h>

explicit
BitStreamWriter(OStream& ostream);

Parameters

NameDescription
ostreamUnderlying byte stream to write bits to.