Versions in this module Expand all Collapse all v0 v0.2.0 Oct 25, 2018 v0.1.0 Jul 16, 2018 Changes in this version + const Code + type CompressionCodec struct + func NewCompressionCodec() CompressionCodec + func (c CompressionCodec) Code() int8 + func (c CompressionCodec) Decode(dst, src []byte) (int, error) + func (c CompressionCodec) Encode(dst, src []byte) (int, error)