ZipArchive.expand

ubyte[] expand(ArchiveMember de)

Decompress the contents of a member.

Fills in properties extractVersion, flags, compressionMethod, time, crc32, compressedSize, expandedSize, expandedData[], name[], extra[].

Parameters

deMember to be decompressed.

Returns

The expanded data.

Throws

ZipException when the entry is invalid or the compression method is not supported.