Claw  1.7.3
Classes | Namespaces
lzw_encoder.hpp File Reference

A class to help encoding a stream with Lempel-Ziv-Welch (LZW) compression algorithm. More...

#include <claw/impl/lzw_encoder.tpp>

Go to the source code of this file.

Classes

class  claw::lzw_encoder< InputBuffer, OutputBuffer >
 A class to help encoding a stream with Lempel-Ziv-Welch (LZW) compression algorithm. More...

Namespaces

namespace  claw
 This is the main namespace.

Detailed Description

A class to help encoding a stream with Lempel-Ziv-Welch (LZW) compression algorithm.

Author
Julien Jorge

Definition in file lzw_encoder.hpp.