#include <streams.h>
Definition at line 261 of file streams.h.
◆ BitStreamReader()
◆ Read()
Read the specified number of bits from the stream.
The data is returned in the nbits least significant bits of a 64-bit uint.
Definition at line 281 of file streams.h.
◆ m_buffer
Buffered byte read in from the input stream.
A new byte is read into the buffer when m_offset reaches 8.
Definition at line 268 of file streams.h.
◆ m_istream
◆ m_offset
Number of high order bits in m_buffer already returned by previous Read() calls.
The next bit to be returned is at this offset from the most significant bit position.
Definition at line 273 of file streams.h.
The documentation for this class was generated from the following file: