ZipFile

Undocumented in source.

Constructors

this
this(string name, ArchiveMember member)
Undocumented in source.
this
this(string name)
Undocumented in source.

Members

Functions

add
void add(ArchiveMember member)
Undocumented in source. Be warned that the author may not have intended to support it.
childs
ZipFile[] childs()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
isDirectory
bool isDirectory()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
ZipFile create(ZipArchive archive)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
ZipFile[string] children;
Undocumented in source.
member
ArchiveMember member;
Undocumented in source.
name
string name;
Undocumented in source.
weight
size_t weight;
Undocumented in source.

Meta