archive

package
v1.1.8 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package archive provides utilities to archive and unarchive filesystem hierarchies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UnzipDir

func UnzipDir(data []byte, destPath string) error

UnzipDir unzips all files from a given zip byte array into a given directory. The directory is created if it does not exist yet.

func ZipDir

func ZipDir(path string) ([]byte, []string, error)

Create a zip of all files in a directory recursively, return a byte array and the number of files archived.

func ZipWalker

func ZipWalker(zw *zip.Writer) filepath.WalkFunc

ZipWalker returns a filepath.WalkFunc that adds every filesystem node to the given *zip.Writer.

Types

This section is empty.

Jump to

Keyboard shortcuts

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