Boost iostream filter which compresses with the LZ4 algorithm. More...
#include <lz4_filter.h>
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.