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

pub struct Header { /* fields omitted */ }

GZIP Header.

Methods

impl Header
[src]

[src]

Returns the modification time (UNIX timestamp).

[src]

Returns the compression level.

[src]

Returns the OS type.

[src]

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

[src]

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

[src]

Returns the extra field.

[src]

Returns the file name.

[src]

Returns the comment.

Trait Implementations

impl Debug for Header
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Header
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more