Version 1 of zlib decompress

Updated 2008-12-22 09:37:21 by dkf
zlib decompress data ?bufferSize?

This command, part of zlib, 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).