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
Illegal Argument Exception
if the BLZ footer is malformed.