Struct flate2::GzHeader [] [src]

pub struct GzHeader {
    // some fields omitted
}

A structure representing the header of a gzip stream.

The header can contain metadata about the file that was compressed, if present.

Methods

impl Header
[src]

Returns the filename field of this gzip stream's header, if present.

Returns the extra field of this gzip stream's header, if present.

Returns the comment field of this gzip stream's header, if present.

Returns the mtime field of this gzip stream's header, if present.