LZW Compressor
|
Helper structure for use in CodeWriter
and CodeReader
.
More...
Public Member Functions | |
ByteCache () | |
Default constructor. | |
Public Attributes | |
std::size_t | used |
Bits currently in use. | |
unsigned char | data |
The bits of the cached byte. | |
Helper structure for use in CodeWriter
and CodeReader
.
Definition at line 203 of file lzw_v6.cpp.