Function flate2::gz::write::gz_encoder

source ·
pub fn gz_encoder<W: Write>(
    header: Vec<u8>,
    w: W,
    lvl: Compression
) -> GzEncoder<W>