Home
Archive module

ZipFile::FileInfo

Metadata for a file entry within a ZIP archive.

FileInfo

#include <icy/archo/zipfile.h>
struct FileInfo

Defined in src/archo/include/icy/archo/zipfile.h:97

Metadata for a file entry within a ZIP archive.

List of all members

NameKindOwner
pathvariableDeclared here
compressedSizevariableDeclared here
uncompressedSizevariableDeclared here

Public Attributes

ReturnNameDescription
std::stringpathRelative path of the entry within the archive.
size_tcompressedSizeCompressed size in bytes.
size_tuncompressedSizeUncompressed size in bytes.

path

std::string path

Defined in src/archo/include/icy/archo/zipfile.h:99

Relative path of the entry within the archive.


compressedSize

size_t compressedSize

Defined in src/archo/include/icy/archo/zipfile.h:100

Compressed size in bytes.


uncompressedSize

size_t uncompressedSize

Defined in src/archo/include/icy/archo/zipfile.h:101

Uncompressed size in bytes.