NewReaderDict is like NewReader but uses a preset dictionary. NewReaderDict ignores the dictionary if the compressed data does not refer to it. If the compressed data refers to a different dictionary, NewReaderDict returns ErrDictionary. The ReadCloser returned by NewReaderDict also implements Rese
(r flate.Reader, dict []byte)