#include <fileUtil.h>
Public Member Functions | |
BitReader (std::istream &stream) | |
Constructor just associates the object with the given stream. | |
int | getBits (int bits) |
Reads bits. | |
void | flush () |
Clears buffer. | |
Private Attributes | |
int | buffer |
Buffered bits, number of buffered bits. | |
std::istream & | is |
Used input (byte)stream. |
Definition at line 99 of file fileUtil.h.