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.