compress

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Gz

func Gz(source io.Reader, writer io.Writer) (err error)

func Tar

func Tar(sourceDirectory string, writer io.Writer) (err error)

func TarGz

func TarGz(sourceDirectory string, writer io.Writer) (err error)

func TarGzBase64

func TarGzBase64(sourceDirectory string) (string, error)

func UnGz

func UnGz(src io.Reader, dst string) (written int64, err error)

func UnTar

func UnTar(src io.Reader, destinationDir string) (written int64, err error)

func UnTarGz

func UnTarGz(src io.Reader, destinationDir string) (totalWritten int64, err error)

func UnTarGzBase64

func UnTarGzBase64(encoded string, destinationDir string) (totalWritten int64, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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