ZipArchive.expand

Decompress the contents of a member.

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

class ZipArchive
ubyte[]
expand

Parameters

de ArchiveMember

Member to be decompressed.

Return Value

Type: ubyte[]

The expanded data.

Throws

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

Meta