ZLIB - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


ZLIB File Format

zlib file format

 

Description

Notes

Examples

References

Description

• 

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.

Notes

• 

Content-Type: application/zlib

Examples

Write some data directly to a ByteArray in zlib format.

(1)

Read the data back and uncompress it.

(2)

Retrieve the original message.

(3)

References

  

[RFC6713] Levine, J., The 'application/zlib' and 'application/gzip' Media Types, RFC 6713, August 2012.

See Also

ArrayTools[Compress]

Formats

 


Download Help Document