![]() |
![]() |
|
LZ4 API Guide
1.00.01.00
|
Decompression parameters for a single LZ4 block. 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 |
Decompression parameters for a single LZ4 block.
| const void* LZ4_decompressBlockParams::src |
Pointer to the source data buffer to decompress.
Referenced by LZ4_decompressBlock().
| void* LZ4_decompressBlockParams::dst |
Pointer to the destination data buffer to store compressed data.
Referenced by LZ4_decompressBlock().
| uint32_t LZ4_decompressBlockParams::dstLength |
Length of the destination data buffer.
Referenced by LZ4_decompressBlock().
| bool LZ4_decompressBlockParams::verifyBlockChecksum |
Enable verification of block checksum if present. Valid values are: