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

Online Help

All Products    Maple    MapleSim


GZIP (.gz) File Format

Gzip file format

 

Description

Notes

Examples

References

Description

• 

GZIP is a file format is a data compression format widely used for file archiving and for transporting data compression on the Internet.

• 

The Import command can automatically uncompress gzip archives and attempt to parse the underlying data.

• 

The FileTools[Compressed] package provides tools for reading from and writing to gzip archives.

Notes

• 

Content-Type: application/gzip

Examples

Read the compressed bytes inside the gzip file and return as a ByteArray.

(1)

Read and import the underlying data in one step:

(2)

References

  

[RFC1952] Deutsch, P., GZIP file format specification version 4.3, RFC 1952, May 1996.

  

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

See Also

FileTools[Compressed]

Formats

 


Download Help Document