Compresses src data. dst must have a length of at least maxCompressedLength(src.length).
data to compress
compressed data destination buffer
length of compressed data in dst
CompressionException on error
See Implementation
Compresses src data. dst must have a length of at least maxCompressedLength(src.length).