Versions in this module Expand all Collapse all v0 v0.4.0 Dec 10, 2018 Changes in this version + const HeadLength + const MaxPacketSize + var ErrPacketSizeExcced = errors.New("codec: packet size exceed") + func Encode(typ packet.Type, data []byte) ([]byte, error) + type Decoder struct + func NewDecoder() *Decoder + func (c *Decoder) Decode(data []byte) ([]*packet.Packet, error)