ReaderOption is an option for creating a decoder.
func(*Reader) error
| 52 | |
| 53 | // ReaderOption is an option for creating a decoder. |
| 54 | type ReaderOption func(*Reader) error |
| 55 | |
| 56 | // ReaderMaxBlockSize allows to control allocations if the stream |
| 57 | // has been compressed with a smaller WriterBlockSize, or with the default 1MB. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…