|
Lightweight 0.20251202.0
|
Information about a ZIP archive entry. More...
#include <ZipArchive.hpp>
Public Attributes | |
| zip_int64_t | index {} |
| Index of the entry in the archive. | |
| std::string | name |
| Name of the entry. | |
| zip_uint64_t | size {} |
| Uncompressed size in bytes. | |
| zip_uint64_t | compressedSize {} |
| Compressed size in bytes. | |
Information about a ZIP archive entry.
Definition at line 52 of file ZipArchive.hpp.
| zip_int64_t Lightweight::Zip::EntryInfo::index {} |
Index of the entry in the archive.
Definition at line 54 of file ZipArchive.hpp.
| std::string Lightweight::Zip::EntryInfo::name |
Name of the entry.
Definition at line 55 of file ZipArchive.hpp.
| zip_uint64_t Lightweight::Zip::EntryInfo::size {} |
Uncompressed size in bytes.
Definition at line 56 of file ZipArchive.hpp.
| zip_uint64_t Lightweight::Zip::EntryInfo::compressedSize {} |
Compressed size in bytes.
Definition at line 57 of file ZipArchive.hpp.