ZLIB File Format
zlib file format
Description
Notes
Examples
References
ZLIB is a data compression format, used primarily for in-transit data rather than file storage.
The Import command can encode and decode data in this format, and the ArrayTools[Compress] and ArrayTools[Uncompress] commands also support it.
The zlib compression algorithm is taken from the zlib library written by Jean-loup Gailly and Mark Adler. See http://zlib.net.
Content-Type: application/zlib
Write some data directly to a ByteArray in zlib format.
Read the data back and uncompress it.
Retrieve the original message.
[RFC6713] Levine, J., The 'application/zlib' and 'application/gzip' Media Types, RFC 6713, August 2012.
See Also
ArrayTools[Compress]
Formats
Download Help Document