Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sepa = []byte("#^#")
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor interface { Compress([]byte) ([]byte, error) Decompress([]byte) ([]byte, error) GetName() string }
func NewCompressor ¶
func NewCompressor(method string) (Compressor, error)
Click to show internal directories.
Click to hide internal directories.