Uncompresses src data. dst must have at least the length of the uncompressed data, which must be memorized at compression time.
Note: dst overflow checking is NOT done!
data to uncompress
uncompressed data destination buffer
length of uncompressed data in dst
CompressionException on error
See Implementation
Uncompresses src data. dst must have at least the length of the uncompressed data, which must be memorized at compression time.
Note: dst overflow checking is NOT done!