bitstream.cpp File Reference
Implement the abstract base class
bitstream and derived classes
ibitstream and
obitstream, for i/o of data with access to an arbitrary (integer) number of bits at a time.
More...
#include <cstdlib>
#include <cassert>
#include <climits>
#include <cstring>
#include <cerrno>
#include <iostream>
#include "bitstream.h"
#include "slim.h"
Detailed Description
Implement the abstract base class
bitstream and derived classes
ibitstream and
obitstream, for i/o of data with access to an arbitrary (integer) number of bits at a time.