[#BitStreamWriter-2constructor] = xref:BitStreamWriter.adoc[BitStreamWriter]::BitStreamWriter :relfileprefix: ../ :mrdocs: Construct a bit writer over the given output byte stream. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit BitStreamWriter(OStream& ostream); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ostream* | Underlying byte stream to write bits to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#