# Functions

ReadBytes returns a ByteReader for a byte array with a given compression.
ReadFlateBytes returns a reader for reading flate bytes from an input array.
ReadGzipBytes returns a reader for reading gzip bytes from an input array.
ReadPlainBytes returns a reader for reading the bytes from an input array, and an error if any.
ReadSnappyBytes returns a reader for an input of snappy-compressed bytes, and an error if any.
ReadZipBytes returns a reader for reading from zip-compressed bytes.
ReadZlibBytes returns a reader for reading zlib bytes from an input slice.

# Interfaces

No description provided by the author
No description provided by the author