Menu

zlib

allan cornet

zlib module

atomsRepositoryAdd('http://myscitools.sourceforge.net/5.4')
atomsInstall('zlib')

Description:
The zlib module provides essential data and file compression tools.
see http://www.zlib.net/
Data files are often built for speedy processing, and may contain characters which
are meaningless spacing. This extraneous data can be reduced in size, or compressed.

functions supported:

  • zlib_compress — compress a string
  • zlib_decompress — decompress a string
  • zlib_compressfile — compress a file
  • zlib_decompressfile — compress a file

Download
Source


MongoDB Logo MongoDB