Versions in this module Expand all Collapse all v0 v0.0.3 Nov 14, 2021 Changes in this version + func ReadBytes(b []byte, alg string, dict []byte) (io.ReadCloser, error) + func ReadFlateBytes(b []byte, dict []byte) flate.ReadResetCloser + func ReadGzipBytes(b []byte, multistream bool) (gzip.ReadResetCloser, error) + func ReadSnappyBytes(b []byte) snappy.ReadResetter + func ReadZipBytes(b []byte) (io.ReadCloser, error) + func ReadZlibBytes(b []byte, dict []byte) (zlib.ReadResetCloser, error) + type ByteReadScanner interface + func ReadPlainBytes(b []byte) ByteReadScanner + type ByteReader interface