Documentation ¶
Index ¶
- Constants
- func CreateGzipArchive(w io.Writer, fileNames []string) error
- func CreateZipArchive(w io.Writer, fileNames []string) error
- func CreateZipFile(fileName string, fileNames []string) error
- func ExtractZipArchive(archive *zip.Reader) error
- func ExtractZipFile(fileName string) error
- type ZipExtraField
- type ZipTimestampField
- type ZipUIDGidField
Constants ¶
View Source
const ZipTimestampFieldType = 0x5455
View Source
const ZipUIDGidFieldType = 0x7875
Variables ¶
This section is empty.
Functions ¶
func CreateZipFile ¶
func ExtractZipArchive ¶
func ExtractZipFile ¶
Types ¶
type ZipExtraField ¶
ZipExtraField is taken from https://github.com/LuaDist/zip/blob/master/proginfo/extrafld.txt
type ZipTimestampField ¶
Click to show internal directories.
Click to hide internal directories.