Click or drag to resize

ZipReader Class

一个简单的Zip文件处理类。不处理解压。
Inheritance Hierarchy
SystemObject
  FairyGUI.UtilsZipReader

Namespace:  FairyGUI.Utils
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ZipReader

The ZipReader type exposes the following members.

Constructors
  NameDescription
Public methodZipReader
Initializes a new instance of the ZipReader class
Top
Properties
  NameDescription
Public propertyentryCount
Top
Methods
  NameDescription
Public methodGetEntryData
Public methodGetNextEntry
Top
See Also