flate

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NewFastWriter = fastflate.NewWriter
View Source
var NewWriter = flate.NewWriter

Functions

This section is empty.

Types

type NewWriterFunc

type NewWriterFunc func(w io.Writer, level int) (Writer, error)

type Writer

type Writer interface {
	Write(data []byte) (n int, err error)
	Reset(dst io.Writer)
	Flush() error
	Close() error
}

Jump to

Keyboard shortcuts

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