zstdimpl

package
v0.0.0-...-2898a4c Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ZstdImpl

type ZstdImpl interface {
	GetDecoder(in io.ReadCloser) (io.ReadCloser, error)
	GetEncoder(out io.WriteCloser) (zstdEncoder, error)
	DecodeAll(in []byte) ([]byte, error)
	EncodeAll(in []byte) []byte
}

func Get

func Get(implName string) (ZstdImpl, error)

Jump to

Keyboard shortcuts

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