Version 2 of zlib decompress

Updated 2012-05-23 12:49:24 by dkf
zlib decompress data ?bufferSize?

This command takes the zlib-format compressed bytearray data and returns its uncompressed version. The optional bufferSize gives an estimate of how large a buffer will be required to decompress the data (not normally necessary, but can sometimes improve performance).