Definition in file lzw_encoder.hpp.
#include <claw/impl/lzw_encoder.tpp>
Go to the source code of this file.
Namespaces | |
namespace | claw |
Classes | |
class | claw::lzw_encoder< InputBuffer, OutputBuffer > |
A class to help encoding a stream with Lempel-Ziv-Welch (LZW) compression algorithm. More... |