Lz4Context_t Struct ReferenceComponents > Decompressor > LZ4 Decompressor

Description

LZ4 decompressor context.

Definition at line 61 of file btl_decompress_lz4.h.

#include <btl_decompress_lz4.h>

Data Fields

uint32_t literalLength
 Length of literals.
 
uint32_t matchLength
 Length of match.
 
uint16_t backtrackOffset
 Offset from current write for match.
 
uint8_t state
 Current decompressor state.
 
Lz4DataRead_t readFunction
 Function to read previously written data into decompressor during backtracking.
 

The documentation for this struct was generated from the following file:
  • btl_decompress_lz4.h