MCPcopy Index your code
hub / github.com/K0lb3/UnityPy / decompress_data

Method decompress_data

UnityPy/files/BundleFile.py:489–521  ·  view source on GitHub ↗

Parameters ---------- compressed_data : bytes The compressed data. uncompressed_size : int The uncompressed size of the data. flags : int The flags of the data. Returns ------- bytes The

(
        self,
        compressed_data: bytes,
        uncompressed_size: int,
        flags: Union[int, ArchiveFlags, ArchiveFlagsOld],
        index: int = 0,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

read_fsMethod · 0.95

Calls 2

CompressionFlagsClass · 0.85
decrypt_blockMethod · 0.80

Tested by

no test coverage detected