Struct yaz0::inflate::Yaz0Archive [] [src]

pub struct Yaz0Archive<R> where
    R: Read + Seek
{ /* fields omitted */ }

Wraps a reader of Yaz0 data, providing decompression methods.

Methods

impl<R> Yaz0Archive<R> where
    R: Read + Seek
[src]

[src]

Creates a new Yaz0 from a reader.

[src]

Decompresses the Yaz0 file, producing a Vec<u8> of the decompressed data.

Trait Implementations

impl<R: Debug> Debug for Yaz0Archive<R> where
    R: Read + Seek
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<R> Send for Yaz0Archive<R> where
    R: Send

impl<R> Sync for Yaz0Archive<R> where
    R: Sync