xlang
v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
ZipEntry.x
浏览该文件的文档.
1
4
class
ZipEntry
{
8
public
ZipEntry
();
14
public
@NotNilptr
ZipFile
getFile
()
15
throws
IllegalArgumentException
;
20
public
bool
isDirectory
();
21
public
void
setComment
(
String
);
22
public
void
setName
(
String
);
23
public @NotNilptr
String
getComment
();
24
public @NotNilptr
String
getName
();
25
public
void
finalize
();
26
};
IllegalArgumentException
Definition
IllegalArgumentException.x:5
String
Definition
String.x:5
ZipEntry
Definition
ZipEntry.x:4
ZipEntry.setComment
void setComment(String)
ZipEntry.finalize
void finalize()
ZipEntry.getFile
ZipFile getFile()
ZipEntry.getComment
String getComment()
ZipEntry.setName
void setName(String)
ZipEntry.getName
String getName()
ZipEntry.isDirectory
bool isDirectory()
ZipEntry.ZipEntry
ZipEntry()
ZipFile
Definition
ZipFile.x:5
std
ZipEntry.x
制作者
1.9.8