[go: up one dir, main page]

Function liblzma::copy_decode

source ยท
pub fn copy_decode<R: Read, W: Write>(source: R, destination: W) -> Result<()>
Expand description

Decompress all data from the given source as if using a read::XzDecoder.

Decompressed data will be appended to destination.