[go: up one dir, main page]

Function liblzma::encode_all

source ยท
pub fn encode_all<R: Read>(source: R, level: u32) -> Result<Vec<u8>>
Expand description

Compress from the given source as if using a read::XzEncoder.

The input data must be in the xz format.