CompressedFiles

Undocumented in source.

Constructors

this
this(ZipArchive archive, string temp)
Undocumented in source.

Members

Functions

hasAsset
bool hasAsset(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsset
void[] readAsset(string file)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Files

assets
string assets;
Undocumented in source.
temp
string temp;
Undocumented in source.
hasAsset
bool hasAsset(string file)

Indicates whether an asset exists.

readAsset
void[] readAsset(string file)

Reads the content of an asset.

hasTemp
bool hasTemp(string file)

Indicates whether a temp file exists.

readTemp
void[] readTemp(string file)

Reads the content of a temp file.

writeTemp
void writeTemp(string file, const(void)[] buffer)

Writes buffer to a temp file.

Meta