pub fn wrap_import_decompressor<R: Read + 'static>( reader: R, compress: &str, ) -> Box<dyn Read>
Wraps a reader with the appropriate decompressor based on the compression format string.