# Functions
DetectEncodingVersion will try to detect the encoding version of the given byte array based on the very first bytes.
GetCvpCodecV1 returns genesis version of CvpCodec.
GetCvpCodecV2 returns new instance of v2 implementation of CvpCodec.
GetCvpCodecV3 returns new instance of CvpCodec that actually encode data using v2 codec then gzip it.
NewProxyCvpCodec returns new instance of proxy CvpCodec.
WrapCvpCodecInProxy wraps a CvpCodec into a proxy CvpCodec.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
CvpCodec is the interface for encoding and decoding streaming data.
# Type aliases
No description provided by the author