GzHeader

Header data for the Gzip format. Gzip includes metadata about the file which is compressed. These can be specified here when compressing from a stream rather than directly from a file.

Members

Enums

Os
enum Os

operating system encoded in the Gz header Not all possible values are listed here, only the most useful ones

Manifest constants

defaultOs
enum defaultOs;
Undocumented in source.
defaultOs
enum defaultOs;
Undocumented in source.
defaultOs
enum defaultOs;
Undocumented in source.
defaultOs
enum defaultOs;
Undocumented in source.

Properties

mtime
SysTime mtime [@property getter]
SysTime mtime [@property setter]

Modification time

Variables

comment
string comment;

Comment to be included in the header

filename
string filename;

Filename to be included in the header

os
Os os;

Operating system that wrote the gz file

text
Flag!"text" text;

Whether the content is believed to be text

Meta