GZIP (.gz) File Format
Gzip file format
Description
Notes
Examples
References
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.
Content-Type: application/gzip
Read the compressed bytes inside the gzip file and return as a ByteArray.
Read and import the underlying data in one step:
[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