Versions in this module Expand all Collapse all v0 v0.1.0 Sep 16, 2021 Changes in this version + type Codec interface + CellBlockCompressorClass func() string + ChunkLen func() uint32 + Decode func(src, dst []byte) ([]byte, uint32, error) + Encode func(src, dst []byte) ([]byte, uint32) + func New(codec string) Codec