ZipHelper Class | Helper帮助文档 |
Zip压缩、解压缩类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ZipHelper
Public Class ZipHelper
public ref class ZipHelper
type ZipHelper = class end
The ZipHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ZipHelper | Initializes a new instance of the ZipHelper class |
Methods
Name | Description | |
---|---|---|
EnZip(String, String) |
压缩
| |
EnZip(String, String, Int32) |
压缩
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UnZip |
解压
|
See Also