Documentation ¶
Index ¶
- func MakeZip(w *zip.Writer, basePath, baseInZip string) error
- func UnarchiveGenericFile(toPath string, fileInfo os.FileInfo, reader io.Reader) error
- func UnarchiveTarFile(header *tar.Header, target string, reader io.Reader) error
- func UnarchiveZipFile(file *zip.File, target string) error
- func Unbz2(from io.Reader, to io.Writer) error
- func Ungz(from io.Reader, to io.Writer) error
- func Untar(from io.Reader, target string) error
- func Untarbz2(from io.Reader, target string) error
- func Untargz(from io.Reader, target string) error
- func Unzip(archive, target string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnarchiveGenericFile ¶
func UnarchiveTarFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.