decompress

Decompresses a BLZ-encoded buffer.

Return

The decompressed data, or a copy of input if it carries the "not encoded" marker (inc_len == 0).

Parameters

input

The BLZ-encoded byte array (footer-based format, no magic byte).

Throws

IllegalArgumentException

if the BLZ footer is malformed.