Documentation ¶
Index ¶
- func Gzip(input []byte) ([]byte, error)
- func Snappy(bs []byte) (_r []byte)
- func UnGzip(compressed []byte) ([]byte, error)
- func UnSnappy(bs []byte) (_r []byte, err error)
- func UnZlib(compressed []byte) ([]byte, error)
- func UnZstd(bs []byte) ([]byte, error)
- func Zlib(input []byte) ([]byte, error)
- func ZlibLevel(bs []byte, level int) (_r []byte, err error)
- func Zstd(bs []byte) (_r []byte, err error)
- func ZstdLevel(bs []byte, level zstd.EncoderLevel) (_r []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.