Skip to main content

GzipReader

Type Alias GzipReader 

Source
pub type GzipReader<R> = MultiGzDecoder<R>;
Expand description

MultiGzDecoder, never GzDecoder: concatenated members are what a gzip file is here — BGZF is nothing else, and bgzip writes one member per block — and only the multi variant walks past the first.

Aliased Type§

pub struct GzipReader<R> { /* private fields */ }