#include <WordBitCompress.h>

Definition at line 50 of file WordBitCompress.h.
Public Member Functions | |
| void | Allocate (unsigned int nbuff_size) |
| void | BitposIncr (int incr) |
| unsigned char * | Buff () |
| unsigned char * | BuffCopy () |
| int | BuffLength () |
| void | BuffSet (const unsigned char *nbuff, int nbuff_length) |
| void | Check (int index) |
| void | Clear () |
| void | Freeze () |
| unsigned char | Get () |
| unsigned int | GetUint (int n) |
| void | GetZone (unsigned char *vals, int n) |
| void | Init () |
| int | Length () |
| void | Put (unsigned int v) |
| void | PutUint (unsigned int v, int n) |
| void | PutZone (unsigned char *vals, int n) |
| void | Rewind () |
| void | UnFreeze () |
| WordBitStream () | |
| WordBitStream (unsigned int nbuff_size) | |
| ~WordBitStream () | |
Private Attributes | |
| int | bitpos |
| unsigned char * | buff |
| int | buff_idx |
| int | buff_length |
| int | buff_size |
| int | freeze_bitcount |
| int | freezeon |
1.5.5