Gzip

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
Line 21: Line 21:
 
== Links ==
 
== Links ==
 
* [[Wikipedia:gzip|Wikipedia article]]
 
* [[Wikipedia:gzip|Wikipedia article]]
 +
* [http://www.infinitepartitions.com/cgi-bin/showarticle.cgi?article=art001 Dissecting the GZIP format]

Revision as of 17:48, 4 January 2014

File Format
Name gzip
Ontology
Extension(s) .gz
MIME Type(s) application/x-gzip
PRONOM x-fmt/266

gzip is a compressed file format and command line utility used primarily on Unix-style operating systems, but available cross-platform. It uses DEFLATE compression.

Contents

Identification

gzip files begin with two signature bytes: 0x1f 0x8b. The third byte indicates the compression method, and is normally 0x08 (meaning DEFLATE).

Specifications

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox