Searched defs:gzipDecompressor (Results 1 – 1 of 1) sorted by relevance
115 type gzipDecompressor struct { struct116 pool sync.Pool126 func (d *gzipDecompressor) Do(r io.Reader) ([]byte, error) {150 func (d *gzipDecompressor) Type() string {