archive

package
v1.8.70 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2023 License: Zlib Imports: 14 Imported by: 0

Documentation

Overview

Package archive provides tar.gz and zip archiving

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsZip added in v1.8.69

func IsZip(zipPath string) bool

func UnZipFile added in v1.8.69

func UnZipFile(archive, target string) error

func ZipFile added in v1.8.69

func ZipFile(srcPath, destPath string) error

func ZipWrite added in v1.8.69

func ZipWrite(writer io.Writer, srcPath string) error

Types

type Archive

type Archive interface {
	Close() error
	Add(f fileconfig.File) error
}

Archive represents a compression archive files from disk can be written to.

func Copying

func Copying(r *os.File, w io.Writer, format string) (Archive, error)

Copying copies the source archive into a new one, which can be appended at. Source needs to be in the specified format.

func New

func New(w io.Writer, format string) (Archive, error)

New archive.

Directories

Path Synopsis
Package gzip implements the Archive interface providing gz archiving and compression.
Package gzip implements the Archive interface providing gz archiving and compression.
Package tar implements the Archive interface providing tar archiving.
Package tar implements the Archive interface providing tar archiving.
Package targz implements the Archive interface providing tar.gz archiving and compression.
Package targz implements the Archive interface providing tar.gz archiving and compression.
Package tarxz implements the Archive interface providing tar.xz archiving and compression.
Package tarxz implements the Archive interface providing tar.xz archiving and compression.
Package zip implements the Archive interface providing zip archiving and compression.
Package zip implements the Archive interface providing zip archiving and compression.

Jump to

Keyboard shortcuts

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