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

Public 成员函数

详细描述

ZipFile 类,用于处理 ZIP 文件的读取操作 提供打开、关闭、读取和检查文件结束状态等功能

在文件 ZipFile.x5 行定义.

构造及析构函数说明

◆ ZipFile()

ZipFile ( String  ,
  Stream,
bool  ,
long   
) throws IllegalArgumentException

成员函数说明

◆ close()

void close ( )

◆ eof()

bool eof ( )

◆ finalize()

void finalize ( )

◆ open()

bool open ( )

◆ read()

int read ( byte  [],
int  ,
int   
) throws IndexOutOfBoundsException, IllegalArgumentException