Version 1 of zlib compress

Updated 2008-12-22 00:34:44 by dkf
zlib compress data ?level?

This command, part of zlib, takes the bytearray data and returns its zlib-format compressed version. The optional level gives the compression level, which may be any value from 0 (uncompressed) to 9 (maximally, most slowly compressed).