Function recreate_whole_from_container

Source
pub fn recreate_whole_from_container(
    source: &mut impl BufRead,
    destination: &mut impl Write,
) -> Result<()>
Expand description

Takes the binary output of preflate_whole_into_container and recreates the original file.

This is a wrapper for RecreateContainerProcessor.