Documentation
¶
Overview ¶
Package zip4win provides Zip archiver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct { Normalizing bool ExcludeDSStore bool ExcludeDotfiles bool UseUTC bool CompressionLevel int // contains filtered or unexported fields }
Writer implements a zip file writer.
func (*Writer) Close ¶
Close finishes writing the zip file by writing the central directory. It does not (and cannot) close the underlying writer.
func (*Writer) WriteEntry ¶
WriteEntry add a new entry to zip archive.
Click to show internal directories.
Click to hide internal directories.