LZ4 API Guide  1.00.01.00
Data Fields
LZ4_streamDecompressBlockParams Struct Reference

Decompression parameters for a streaming LZ4 block. More...

#include <lz4_stream.h>

Data Fields

void * dst
 Pointer to the destination data buffer to store uncompressed data. More...
 
int32_t dstLength
 Length of the destination data buffer. More...
 
bool containsBlockSize
 

Detailed Description

Decompression parameters for a streaming LZ4 block.

Field Documentation

§ dst

void* LZ4_streamDecompressBlockParams::dst

Pointer to the destination data buffer to store uncompressed data.

Referenced by LZ4_streamDecompressBlockInit().

§ dstLength

int32_t LZ4_streamDecompressBlockParams::dstLength

Length of the destination data buffer.

Referenced by LZ4_streamDecompressBlockInit().

§ containsBlockSize

bool LZ4_streamDecompressBlockParams::containsBlockSize

Compressed LZ4 data contains block size.

  • false
  • true

Referenced by LZ4_streamDecompressBlockInit().


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale