Function read_zipfile_from_stream_with_compressed_size

pub fn read_zipfile_from_stream_with_compressed_size<R: Read>(reader: &mut R, compressed_size: u64) -> ZipResult<Option<ZipFile<'_, R>>>

Read ZipFile from a non-seekable reader like read_zipfile_from_stream does, but assume the given compressed size and don't read any further ahead than that.