xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
ZipArchive类 参考
ZipArchive 的协作图:
Collaboration graph

Public 成员函数

详细描述

ZipArchive 类用于处理ZIP压缩文件的创建、读取和操作 提供了打开、创建、关闭ZIP文件以及管理ZIP条目的功能

在文件 ZipArchive.x5 行定义.

构造及析构函数说明

◆ ZipArchive()

构造函数,初始化ZipArchive对象

成员函数说明

◆ close()

void close ( )

◆ create()

bool create ( Stream  ) throws IllegalArgumentException

◆ createEntry()

bool createEntry ( ZipFile  )

◆ finalize()

void finalize ( )

◆ findEntry()

ZipEntry findEntry ( String  )

◆ finish()

void finish ( )

◆ getComment()

String getComment ( )

◆ getEntriesCount()

int getEntriesCount ( )

◆ getEntry()

ZipEntry getEntry ( int  )

◆ open()

bool open ( Stream  ) throws IllegalArgumentException

◆ setComment()

void setComment ( String  )