#include <zipFile.h>
Information for a file in the zip archive.
Definition at line 69 of file zipFile.h.
| uint16_t SdfZipFile::FileInfo::compressionMethod = 0 |
Compression method for this file. See section 4.4.5 of the zip file specification for valid values. In particular, a value of 0 means this file is stored with no compression.
Definition at line 91 of file zipFile.h.
| size_t SdfZipFile::FileInfo::crc = 0 |
CRC-32 value of the uncompressed file.
Definition at line 86 of file zipFile.h.
| size_t SdfZipFile::FileInfo::dataOffset = 0 |
Offset of the beginning of this file's data from the start of the zip archive.
Definition at line 74 of file zipFile.h.
| bool SdfZipFile::FileInfo::encrypted = false |
Whether or not this file is encrypted.
Definition at line 94 of file zipFile.h.
| size_t SdfZipFile::FileInfo::size = 0 |
Size of this file as stored in the zip archive. If this file is compressed, this is its compressed size. Otherwise, this is the same as the uncompressed size.
Definition at line 79 of file zipFile.h.
| size_t SdfZipFile::FileInfo::uncompressedSize = 0 |
Uncompressed size of this file. This may not be the same as the size of the file as stored in the zip archive.
Definition at line 83 of file zipFile.h.
The documentation for this class was generated from the following file: