decompress
Decompresses an LZ11-encoded buffer.
Return
The original uncompressed data.
Parameters
input
The compressed data, starting with the 0x11 magic byte.
Throws
IllegalArgumentException
if the magic byte is not 0x11.
Decompresses an LZ11-encoded buffer.
The original uncompressed data.
The compressed data, starting with the 0x11 magic byte.
if the magic byte is not 0x11.