Compress

package
v1.0.12 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compress

type Compress struct {
}

func New

func New() *Compress

func (*Compress) Gzip

func (this *Compress) Gzip(src, dist string) error

func (*Compress) Lzw

func (this *Compress) Lzw(data []byte) []byte

func (*Compress) UnGzip

func (this *Compress) UnGzip(src, dist string) error

func (*Compress) UnLzw

func (this *Compress) UnLzw(data []byte) []byte

func (*Compress) UnZlib

func (this *Compress) UnZlib(data []byte) ([]byte, error)

func (*Compress) Zlib

func (this *Compress) Zlib(data []byte) []byte

Jump to

Keyboard shortcuts

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