zlib

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() compress.Interface

Initialize a new Zlib object based on the Interface interface

Types

type Zlib

type Zlib struct{}

func (Zlib) Decode

func (z Zlib) Decode(v *bytes.Buffer)

The Decode method will first decode and then overwrite the data in the input *bytes.Buffer.

func (Zlib) Encode

func (z Zlib) Encode(v []byte) (*bytes.Buffer, error)

Encode compresses the given bytes using ZLIB compression, returning the compressed data in a new bytes.Buffer.

Jump to

Keyboard shortcuts

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