Documentation ¶
Index ¶
- func Gzip(data []byte, level ...int) ([]byte, error)
- func GzipFile(srcFilePath, dstFilePath string, level ...int) (err error)
- func GzipPathWriter(filePath string, writer io.Writer, level ...int) error
- func UnGzip(data []byte) ([]byte, error)
- func UnGzipFile(srcFilePath, dstFilePath string) error
- func UnZipContent(zippedContent []byte, dstFolderPath string, zippedPrefix ...string) error
- func UnZipFile(zippedFilePath, dstFolderPath string, zippedPrefix ...string) error
- func UnZlib(data []byte) ([]byte, error)
- func ZipPath(fileOrFolderPaths, dstFilePath string, prefix ...string) error
- func ZipPathContent(fileOrFolderPaths string, prefix ...string) ([]byte, error)
- func ZipPathWriter(fileOrFolderPaths string, writer io.Writer, prefix ...string) error
- func Zlib(data []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnGzipFile ¶
func UnZipContent ¶
func ZipPathContent ¶
func ZipPathWriter ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.