compress

package
v0.40.9 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compress

type Compress interface {
	// Compress 压缩
	Compress(in []byte) ([]byte, error)

	// Uncompress 解压缩
	Uncompress(in []byte) ([]byte, error)

	// Name 获取压缩方式名称
	Name() string
}

Compress 压缩接口

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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