Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFile ¶
CopyFile copies the file f into zipWriter, preserving its original name and compression method.
func ReadZipFileContent ¶
ReadZipFileContent reads the content of a file in a zip archive.
func RewriteFileIntoZipWriter ¶
RewriteFileIntoZipWriter reacreates the file f in zipWriter with the provided content while preserving the f.FileHeader.
Types ¶
type ZipMap ¶
func NewZipMapFromBytes ¶
NewZipMapFromBytes creates a ZipMap from the given byte slice containing zip data.
func NewZipMapFromFilename ¶
NewZipMapFromFilename creates a ZipMap from the given zip filename.
Click to show internal directories.
Click to hide internal directories.