ZipFileGroup

Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ref VfsFile) dg)
Undocumented in source.

Properties

bytes
ulong bytes [@property getter]
Undocumented in source.
files
size_t files [@property getter]
Undocumented in source.

Inherited Members

From VfsFiles

opApply
int opApply(int delegate(ref VfsFile) dg)

Iterate over the set of contained VfsFile instances

files
size_t files [@property getter]

Return the total number of entries

bytes
ulong bytes [@property getter]

Return the total size of all files

Meta