#include <bitstream.h>
Public Member Functions | |
| Bitstream (const Bytef *, const int &) | |
| constructor for readers with Direct IO | |
| ~Bitstream (void) | |
| Bitstream deconstuctor. | |
| Bytef * | getBits (void) const |
| int | getSize (void) const |
| void | reverse (void) |
| void | print (void) const |
Protected Attributes | |
| Bytef * | bitstream |
| int | size |
|
||||||||||||
|
constructor for readers with Direct IO
|
|
|
Bitstream deconstuctor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3