compress

package
v0.0.0-...-5ed39a9 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LzwCompress

func LzwCompress(data []byte, ratio int) (string, error)

LzwCompress 压缩函数

func LzwDecompress

func LzwDecompress(data []byte, ratio int) (string, error)

LzwDecompress 解压函数

func ZstdCompress

func ZstdCompress(s string) (string, error)

ZstdCompress 返回压缩后的十六进制字符串

func ZstdDecompress

func ZstdDecompress(compressed string) (string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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