Lightweight 0.20251202.0
Loading...
Searching...
No Matches
Lightweight::Zip::EntryInfo Struct Reference

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.
 

Detailed Description

Information about a ZIP archive entry.

Definition at line 52 of file ZipArchive.hpp.

Member Data Documentation

◆ index

zip_int64_t Lightweight::Zip::EntryInfo::index {}

Index of the entry in the archive.

Definition at line 54 of file ZipArchive.hpp.

◆ name

std::string Lightweight::Zip::EntryInfo::name

Name of the entry.

Definition at line 55 of file ZipArchive.hpp.

◆ size

zip_uint64_t Lightweight::Zip::EntryInfo::size {}

Uncompressed size in bytes.

Definition at line 56 of file ZipArchive.hpp.

◆ compressedSize

zip_uint64_t Lightweight::Zip::EntryInfo::compressedSize {}

Compressed size in bytes.

Definition at line 57 of file ZipArchive.hpp.


The documentation for this struct was generated from the following file: