compression

package
v0.0.0-...-dca2ff9 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContentEncoding = ""

ContentEncoding describes the HTTP header value associated with the compression method empty here since there's no compression var instead of const to ease testing

Functions

func Compress

func Compress(dst []byte, src []byte) ([]byte, error)

Compress will not compress anything

func CompressBound

func CompressBound(sourceLen int) int

CompressBound returns the worst case size needed for a destination buffer

func Decompress

func Decompress(dst []byte, src []byte) ([]byte, error)

Decompress will not decompress anything

Types

This section is empty.

Jump to

Keyboard shortcuts

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