Documentation
¶
Index ¶
- func Create(source string, target string) (bool, string, interface{})
- func LoadCount(source string) (bool, string, interface{})
- func ReadByIndex(source string, Index int) (bool, string, interface{})
- func ReadByName(source, Name string) (bool, string, interface{})
- func UnZip(source string, target string) (bool, string, interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadCount ¶
*
- 读取压缩文件里的文件数
- source 源文件
- Index 序号
- (bool, string, interface{}) (content []byte, fileName string)
func ReadByIndex ¶
*
- 读取指定(序号)文件
- source 源文件
- Index 序号
- (bool, string, interface{}) (content []byte, fileName string)
func ReadByName ¶
*
- 读取指定(名称)文件
- source 源文件
- Name 名称
- (bool, string, interface{}) (content []byte, fileName string)
Types ¶
This section is empty.
Source Files
¶
- ZipUtil.go
Click to show internal directories.
Click to hide internal directories.