Documentation ¶
Index ¶
- func Ext(format string) string
- func IsZip(zipPath string) bool
- func Register(format string, obj Builder)
- func Support(format string) bool
- func UnRegister(format string)
- func UnZipFile(archive, target string, stream ...fileconfig.WriteStream) error
- func ZipFile(srcPath, destPath string, stream ...fileconfig.ReaderStream) error
- func ZipWrite(writer io.Writer, srcPath string, stream ...fileconfig.ReaderStream) error
- type Archive
- type Builder
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnRegister ¶ added in v1.9.13
func UnRegister(format string)
func UnZipFile ¶ added in v1.8.69
func UnZipFile(archive, target string, stream ...fileconfig.WriteStream) error
func ZipFile ¶ added in v1.8.69
func ZipFile(srcPath, destPath string, stream ...fileconfig.ReaderStream) error
func ZipWrite ¶ added in v1.8.69
func ZipWrite(writer io.Writer, srcPath string, stream ...fileconfig.ReaderStream) error
Types ¶
type Archive ¶
type Archive interface { Close() error Add(f fileconfig.File, stream ...fileconfig.ReaderStream) error }
Archive represents a compression archive files from disk can be written to.
Directories ¶
Path | Synopsis |
---|---|
Package gzip implements the Archive interface providing gz archiving and compression.
|
Package gzip implements the Archive interface providing gz archiving and compression. |
Package tar implements the Archive interface providing tar archiving.
|
Package tar implements the Archive interface providing tar archiving. |
Package targz implements the Archive interface providing tar.gz archiving and compression.
|
Package targz implements the Archive interface providing tar.gz archiving and compression. |
Package tarxz implements the Archive interface providing tar.xz archiving and compression.
|
Package tarxz implements the Archive interface providing tar.xz archiving and compression. |
Package zip implements the Archive interface providing zip archiving and compression.
|
Package zip implements the Archive interface providing zip archiving and compression. |
Click to show internal directories.
Click to hide internal directories.