compress

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CompressTypeNo int = 0 + iota
	CompressTypeSnappy
)

Variables

View Source
var (
	NoCompressor     noCompressor
	SnappyCompressor snappyCompressor
)

Functions

This section is empty.

Types

type Compressor

type Compressor interface {
	Encode(dst, src []byte) []byte
	Decode(dst, src []byte) ([]byte, error)
	Type() int
}

func SetCompressor

func SetCompressor(t int) Compressor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL