Construct a bit writer over the given output byte stream.
Synopsis
Declared in <streams.h>
explicit
BitStreamWriter(OStream& ostream);
Parameters
Name |
Description |
ostream |
Underlying byte stream to write bits to. |
Created with MrDocs