decompress

Decompresses an LZ10-encoded buffer.

Return

The original uncompressed data.

Parameters

input

The compressed data, starting with the 0x10 magic byte.

Throws

IllegalArgumentException

if the magic byte is not 0x10.