ZipHelper Class

HD.Common

ZipHelper Class Helper帮助文档
Zip压缩、解压缩类
Inheritance Hierarchy

SystemObject  HD.CommonZipHelper

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

  NameDescription
Public methodZipHelper
Initializes a new instance of the ZipHelper class
Top
Methods

  NameDescription
Public methodStatic memberEnZip(String, String)
压缩
Public methodStatic memberEnZip(String, String, Int32)
压缩
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberUnZip
解压
Top
See Also

Reference