![]() |
![]() |
Decompression parameters for a LZ4 frame. More...
#include <lz4.h>
Data Fields | |
| const void * | src |
| Pointer to the source data buffer to decompress. More... | |
| void * | dst |
| Pointer to the destination data buffer to store compressed data. More... | |
| uint32_t | dstLength |
| Length of the destination data buffer. More... | |
| bool | verifyBlockChecksum |
| bool | verifyContentChecksum |
Decompression parameters for a LZ4 frame.
| const void* LZ4_decompressParams::src |
Pointer to the source data buffer to decompress.
Referenced by LZ4_decompress().
| void* LZ4_decompressParams::dst |
Pointer to the destination data buffer to store compressed data.
Referenced by LZ4_decompress().
| uint32_t LZ4_decompressParams::dstLength |
Length of the destination data buffer.
Referenced by LZ4_decompress().
| bool LZ4_decompressParams::verifyBlockChecksum |
Enable verification of block checksum if present. Valid values are:
| bool LZ4_decompressParams::verifyContentChecksum |
Enable verification of content checksum if present. Valid values are: