xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
ZipArchive类 参考

Public 成员函数

详细描述

在文件 BuiltinObjects.x1117 行定义.

构造及析构函数说明

◆ ZipArchive()

void 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  )