Wrapper for extracting bitwise data from a stream of bytes. More...
#include <bitstream.h>
Public Member Functions | |
| template<typename T > | |
| T | range (int start, int end) |
| return bitrange from stream as T | |
Public Attributes | |
| uint8_t * | base |
| pointer to first byte of stream | |
Wrapper for extracting bitwise data from a stream of bytes.
Assumes Most Significant Bit first, Most Significant Byte first.