Function flate2::gz::read_to_nul

source ·
fn read_to_nul<R: Read>(r: &mut R, buffer: &mut Vec<u8>) -> Result<()>