zst

package
v2.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() compress.Interface

Initialize a new ZSTD object based on the Interface interface

Types

type ZST

type ZST struct{}

func (ZST) Decode

func (zs ZST) Decode(v *bytes.Buffer)

The Decode method will first decode and then overwrite the data in the input *bytes.Buffer.

func (ZST) Encode

func (zs ZST) Encode(v []byte) (*bytes.Buffer, error)

Encode compresses the given bytes using ZSTD compression, returning the compressed data in a new bytes.Buffer.

Jump to

Keyboard shortcuts

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