ZipArchive.build

Construct the entire contents of the current members of the archive.

Fills in the properties data[], totalEntries, and directory[]. For each ArchiveMember, fills in properties crc32, compressedSize, compressedData[].

class ZipArchive
@safe pure
void[]
build
()

Return Value

Type: void[]

Array representing the entire archive.

Throws

ZipException when the archive could not be build.

Meta