LZ4 decompressor context.

Public Attributes#

uint32_t

Length of literals.

uint32_t

Length of match.

uint16_t

Offset from current write for match.

uint8_t

Current decompressor state.

Function to read previously written data into decompressor during backtracking.

Public Attribute Documentation#

literalLength#

uint32_t Lz4Context_t::literalLength

Length of literals.


matchLength#

uint32_t Lz4Context_t::matchLength

Length of match.


backtrackOffset#

uint16_t Lz4Context_t::backtrackOffset

Offset from current write for match.


state#

uint8_t Lz4Context_t::state

Current decompressor state.


readFunction#

Lz4DataRead_t Lz4Context_t::readFunction

Function to read previously written data into decompressor during backtracking.