int64_t position
Position of entry in archive file (if available, -1 otherwise).
Definition ArchEntry.h:73
uint64_t size
Size of unpacked entry object (if available, 0 otherwise).
Definition ArchEntry.h:63
ArchEntry(const ArchEntry &other)
ArchEntry copy constructor.
ArchEntry(ArchEntry &&other)
ArchEntry move constructor.
ArchEntry & operator=(const ArchEntry &other)
operator =
uint64_t compressed_size
Size of compressed object (if available, 0 otherwise).
Definition ArchEntry.h:68
std::string filename
Path to file or directory in archive.
Definition ArchEntry.h:78
ArchEntry & operator=(ArchEntry &&other)
operator =