decompress
Decompresses an LZ10-encoded buffer.
Return
The original uncompressed data.
Parameters
input
The compressed data, starting with the 0x10 magic byte.
Throws
Illegal Argument Exception
if the magic byte is not 0x10.
Decompresses an LZ10-encoded buffer.
The original uncompressed data.
The compressed data, starting with the 0x10 magic byte.
if the magic byte is not 0x10.