#include <compression_utils.h>
|
bool | lz4_done_ = false |
|
std::unique_ptr< LZ4F_dctx, LZ4F_errorCode_t(*)(LZ4F_dctx *)> | decoder_ |
|
◆ LZ4Decoder()
LZ4Decoder::LZ4Decoder |
( |
std::span< char > |
output_buffer | ) |
|
|
inlineexplicit |
◆ Decode()
DecodeResult LZ4Decoder::Decode |
( |
std::span< char > * |
output | ) |
|
|
inlinefinalvirtual |
◆ decoder_
std::unique_ptr<LZ4F_dctx, LZ4F_errorCode_t (*)(LZ4F_dctx*)> LZ4Decoder::decoder_ |
|
private |
◆ lz4_done_
bool LZ4Decoder::lz4_done_ = false |
|
private |
The documentation for this struct was generated from the following file: