ziputil

package module
v0.0.0-...-95b6e9a Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2017 License: MIT Imports: 5 Imported by: 0

README

ziputil

ziputil for golang

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ZipFile

type ZipFile struct {
	// contains filtered or unexported fields
}

func Create

func Create(filename string) (*ZipFile, error)

func (*ZipFile) AddDirectory

func (z *ZipFile) AddDirectory(path, dirName string) error

func (*ZipFile) AddDirectoryN

func (z *ZipFile) AddDirectoryN(path string, names ...string) error

func (*ZipFile) AddEntry

func (z *ZipFile) AddEntry(path, name string) error

func (*ZipFile) AddEntryN

func (z *ZipFile) AddEntryN(path string, names ...string) error

func (*ZipFile) Close

func (z *ZipFile) Close() error

Jump to

Keyboard shortcuts

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