Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor interface {
Compress(data []byte) ([]byte, error)
Decompress(data []byte) ([]byte, error)
Algorithm() Algorithm
}
func NewCompressor ¶
func NewCompressor(algo Algorithm) (Compressor, error)
Click to show internal directories.
Click to hide internal directories.