zstd

package
v0.0.0-...-e89a0ad Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlgorithmName = "zstd"
	FileExtension = "zst"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Compressor

type Compressor struct{}

func (Compressor) FileExtension

func (compressor Compressor) FileExtension() string

func (Compressor) NewWriter

func (compressor Compressor) NewWriter(writer io.Writer) io.WriteCloser

type Decompressor

type Decompressor struct{}

func (Decompressor) Decompress

func (decompressor Decompressor) Decompress(src io.Reader) (io.ReadCloser, error)

func (Decompressor) FileExtension

func (decompressor Decompressor) FileExtension() string

Jump to

Keyboard shortcuts

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