Documentation
¶
Index ¶
- Variables
- type Codec
- func (c *Codec) Compress(data []byte) ([]byte, error)
- func (c *Codec) Decode(data []byte, value interface{}) error
- func (c *Codec) Decompress(compressed []byte) ([]byte, error)
- func (c *Codec) Encode(value interface{}) ([]byte, error)
- func (c *Codec) Marshal(value interface{}) ([]byte, error)
- func (c *Codec) Unmarshal(compressed []byte, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Dictionary = []byte{}/* 112640 elements not displayed */
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.