BitStreamReader::BitStreamReader

Construct a bit reader over the given input byte stream.

Synopsis

Declared in <streams.h>

explicit
BitStreamReader(IStream& istream);

Parameters

NameDescription
istreamUnderlying byte stream to read bits from.