Struct libflate::gzip::Header [] [src]

pub struct Header { /* fields omitted */ }

GZIP Header.

Methods

impl Header
[src]

Returns the modification time (UNIX timestamp).

Returns the compression level.

Returns the OS type.

Returns true if the stream is probably ASCII text, false otherwise.

Returns true if the header bytes is verified by CRC-16, false otherwise.

Returns the extra field.

Returns the file name.

Returns the comment.

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.

impl Clone for Header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more