LZW Compressor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
ByteCache Struct Reference

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.
 

Detailed Description

Helper structure for use in CodeWriter and CodeReader.

Definition at line 203 of file lzw_v6.cpp.


The documentation for this struct was generated from the following file: