Archive module
ZipFile::FileInfo
Metadata for a file entry within a ZIP archive.
FileInfo
#include <icy/archo/zipfile.h>struct FileInfoDefined in src/archo/include/icy/archo/zipfile.h:97
Metadata for a file entry within a ZIP archive.
List of all members
| Name | Kind | Owner |
|---|---|---|
path | variable | Declared here |
compressedSize | variable | Declared here |
uncompressedSize | variable | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | path | Relative path of the entry within the archive. |
size_t | compressedSize | Compressed size in bytes. |
size_t | uncompressedSize | Uncompressed size in bytes. |
path
std::string pathDefined in src/archo/include/icy/archo/zipfile.h:99
Relative path of the entry within the archive.
compressedSize
size_t compressedSizeDefined in src/archo/include/icy/archo/zipfile.h:100
Compressed size in bytes.
uncompressedSize
size_t uncompressedSizeDefined in src/archo/include/icy/archo/zipfile.h:101
Uncompressed size in bytes.
