Versions in this module Expand all Collapse all v0 v0.0.1 Jan 12, 2021 Changes in this version + func BrotliDncode(data []byte) ([]byte, error) + func BrotliEncode(data []byte) []byte + func BrotliLevelEncode(data []byte, level int) []byte + func FlateDecode(data []byte) ([]byte, error) + func FlateEncode(data []byte, level int) ([]byte, error) + func GzipDncode(data []byte) ([]byte, error) + func GzipEncode(data []byte) []byte + func GzipLevelEncode(data []byte, level int) ([]byte, error) + func ZlibDncode(data []byte) ([]byte, error) + func ZlibEncode(data []byte) []byte + func ZlibLevelEncode(data []byte, level int) ([]byte, error)