lz4

package
v0.2.13 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlgorithmName = "lz4"
	FileExtension = "lz4"
)

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(dst io.Writer, src io.Reader) 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