compression

package module
v0.52.1 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Overview

Package compression implements various compression mechanisms

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(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(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