package
Version:
v1.1.5
Opens a new window with list of versions in this module.
Published: Jan 23, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package archive provides utilities to archive and unarchive filesystem
hierarchies.
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(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(zw *zip.Writer) filepath.WalkFunc
ZipWalker returns a filepath.WalkFunc that adds every filesystem node
to the given *zip.Writer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.