pzip

package
v1.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

文件解压缩功能组件

文件压缩功能组件

Index

Constants

This section is empty.

Variables

View Source
var Unzip = gunzip{}
View Source
var Zip = gzip{}

Functions

This section is empty.

Types

type FileInfo

type FileInfo struct {
	FileName string     // 文件名
	Ext      string     // 扩展名
	Size     int64      // 文件大小
	Isdir    bool       // 是否文件夹
	Children []FileInfo // 子级内容
}

文件信息

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL