| xlang v5.1 Release
    程序设计语言基础库文档 | 

| Public 成员函数 | 
ZipArchive 类用于处理ZIP压缩文件的创建、读取和操作 提供了打开、创建、关闭ZIP文件以及管理ZIP条目的功能
在文件 ZipArchive.x 第 5 行定义.
| ZipArchive | ( | ) | 
构造函数,初始化ZipArchive对象
| void close | ( | ) | 
| bool create | ( | Stream | ) | throws IllegalArgumentException | 
| bool createEntry | ( | ZipFile | ) | 
| void finalize | ( | ) | 
| void finish | ( | ) | 
| String getComment | ( | ) | 
| int getEntriesCount | ( | ) | 
| ZipEntry getEntry | ( | int | ) | 
| bool open | ( | Stream | ) | throws IllegalArgumentException | 
| void setComment | ( | String | ) |