Construct a bit reader over the given input byte stream.
Synopsis
Declared in <streams.h>
explicit
BitStreamReader(IStream& istream);
Parameters
Name |
Description |
istream |
Underlying byte stream to read bits from. |
Created with MrDocs