pex.string.lzs_decompress

Module Contents

pex.string.lzs_decompress.LZSDecompress(data: bytes, window: pex.string.ring_list.RingList = RingList(2048)) Tuple[bytes, list]

Decompress LZS compressed data.

Parameters:
  • data (bytes) – LZS compressed data to decompress

  • window (RingList) – RingList list

Return Tuple[bytes, list]:

decompressed data and RingList