decompress

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decompressor

type Decompressor interface {
	Decompress([]byte) ([]byte, error)
}

type Lz4

type Lz4 struct{}

func (Lz4) Decompress added in v1.0.0

func (l Lz4) Decompress(data []byte) ([]byte, error)

type Lzma

type Lzma struct{}

func (Lzma) Decompress added in v1.0.0

func (l Lzma) Decompress(data []byte) ([]byte, error)

type Xz

type Xz struct{}

func (Xz) Decompress added in v1.0.0

func (x Xz) Decompress(data []byte) ([]byte, error)

type Zlib added in v1.0.0

type Zlib struct{}

func (Zlib) Decompress added in v1.0.0

func (z Zlib) Decompress(data []byte) ([]byte, error)

type Zstd

type Zstd struct{}

func (Zstd) Decompress added in v1.0.0

func (z Zstd) Decompress(data []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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