MCPcopy Create free account
hub / github.com/K0lb3/UnityPy / decompress_lz4

Function decompress_lz4

UnityPy/helpers/CompressionHelper.py:83–94  ·  view source on GitHub ↗

decompresses lz4-compressed data :param data: compressed data :type data: ByteString :param uncompressed_size: size of the uncompressed data :type uncompressed_size: int :raises _block.LZ4BlockError: Decompression failed: corrupt input or insufficient space in destination buffer

(data: ByteString, uncompressed_size: int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected