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