type github.com/klauspost/compress/flate.ReaderOpt

4 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L809: type ReaderOpt func(*decompressor)
		inflate.go#L813: func WithPartialBlock() ReaderOpt {
		inflate.go#L820: func WithDict(dict []byte) ReaderOpt {
		inflate.go#L827: func NewReaderOpts(r io.Reader, opts ...ReaderOpt) io.ReadCloser {