pub fn zip_extract_file_to_memory(
    archive_file: &PathBuf,
    entry_path: &PathBuf,
    buffer: &mut Vec<u8>
) -> ZipResult<()>
Expand description

Extracts an entry in the ZIP archive to the given memory buffer.