archiveutil

package
v0.0.0-...-5033493 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractAndWriteFile

func ExtractAndWriteFile(r io.Reader, destDir, fileName string, isDir bool, mode os.FileMode) (string, error)

ExtractAndWriteFile extracts the file backing the io.Reader into the right location. It is the caller's responsibility to close that the reader if needed (which is why this method doesnt take an io.ReadCloser)

func UntarGzip

func UntarGzip(src, dest string) ([]string, error)

UntarGzip decompresses a gzip'ed tar archive and returns extracted files list

func Unzip

func Unzip(src, dest string) ([]string, error)

Unzip decompresses a zip file and returns extracted files list

Types

This section is empty.

Jump to

Keyboard shortcuts

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