Boost iostream filter which compresses with the LZ4 algorithm. More...
#include <lz4_filter.h>
Inheritance diagram for syten::LZ4::Compressor:
Collaboration diagram for syten::LZ4::Compressor:Classes | |
| struct | category |
Public Member Functions | |
| Compressor () | |
| Standard ctor. More... | |
| std::streamsize | optimal_buffer_size () const |
| Returns the ideal buffer size to feed our filter. More... | |
Boost iostream filter which compresses with the LZ4 algorithm.