Struct yaz0::header::Yaz0Header [] [src]

pub struct Yaz0Header {
    pub expected_size: usize,
}

The header on a Yaz0 file.

Fields

Expected size of the decompressed file

Methods

impl Yaz0Header
[src]

[src]

[src]

Parses the header of a Yaz0 file, provided via the passed reader. Leaves the read head at the start of the data block.

[src]

Writes the header of a Yaz0 file to the passed writer. Leaves the write head at the start of the data block.

Trait Implementations

impl Debug for Yaz0Header
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Yaz0Header

impl Sync for Yaz0Header