Function copy_decode
fn copy_decode<R, W>(source: R, destination: W) -> Result<()>
where
R: Read,
W: Write
Decompress from the given source as if using a Decoder.
Decompressed data will be appended to destination.