31#ifndef __CLAW_LZW_ENCODER_HPP__
32#define __CLAW_LZW_ENCODER_HPP__
59 template <
typename InputBuffer,
typename OutputBuffer>
75#include <claw/lzw_encoder.tpp>
A class to help encoding a stream with Lempel-Ziv-Welch (LZW) compression algorithm.
InputBuffer input_buffer_type
The type of the input buffer.
OutputBuffer output_buffer_type
The type of the output buffer.
This is the main namespace.