Searched defs:GzDecoder (Results 1 – 3 of 3) sorted by relevance
128 pub struct GzDecoder<R> { struct129 inner: bufread::GzDecoder<BufReader<R>>, argument132 impl<R: Read> GzDecoder<R> { implementation142 impl<R> GzDecoder<R> { implementation167 impl<R: Read> Read for GzDecoder<R> { implementation173 impl<R: Read + Write> Write for GzDecoder<R> { implementation
203 pub struct GzDecoder<W: Write> { struct212 impl<W: Write> GzDecoder<W> { implementation322 impl<W: Write> Write for GzDecoder<W> { implementation370 impl<W: Read + Write> Read for GzDecoder<W> { implementation
307 pub struct GzDecoder<R> { struct308 inner: GzState,309 header: Option<GzHeader>,310 reader: CrcReader<deflate::bufread::DeflateDecoder<R>>,311 multi: bool,437 impl<R: BufRead> GzDecoder<R> { impl472 impl<R> GzDecoder<R> { impl497 impl<R: BufRead> Read for GzDecoder<R> { implementation499 let GzDecoder { in read() localVariable608 impl<R: BufRead + Write> Write for GzDecoder<R> { implementation