Function redux::decompress [] [src]

pub fn decompress(istream: &mut Read,
                  ostream: &mut Write,
                  model: Box<Model>)
                  -> Result<(u64, u64)>

Decompresses istream into ostream using the given model. Returns the number of bytes both in the compressed and decompressed stream.