Read Only: data of member in compressed form.
Read Only: size of data of member in compressed form.
Read/Write: 0 for compression, 8 for deflate
Read Only: cyclic redundancy check (CRC) value
Read/Write: data of member in uncompressed form.
Read Only: size of data of member in expanded form.
Read/Write: normally set to 0
Read/Write: Usually the file name of the archive member; it is used to index the archive directory for the member. Each member must have a unique name[]. Do not change without removing member from the directory first.
Read/Write: Last modified time of the member. It's in the DOS date/time format.
A member of the ZipArchive directory, originally from a class in std.zip Commenting out the members we aren't using for this unzip task.