Binary uncompressBinary(Binary b, var Int outlen)
Arguments
b: The block to uncompressoutlen: The expected uncompressed length
Usage
Uncompress a block of binary data that has been compressed with compressBinary. The uncompressed block will be returned. If uncompression fails, a UncompressionFailed Exception will be thrown.
If the real uncompressed length is larger than the expected length, uncompression will fail. If it is smaller, this is wasted memory.