File entry in zip file.
Definition zip_file_entry.h:43
std::string get_input_filename() const
Returns the filename of file entry.
std::string get_archive_filename() const
Returns the filename of file entry.
void set_input_filename(const std::string &filename)
Sets the filename of the file to be added to the archive.
void set_directory(bool is_directory)
Set directory.
ZipFileEntry(const ZipFileEntry ©)
Constructs a ZipFileEntry.
void set_archive_filename(const std::string &filename)
Sets the filename of the file inside the archive.
ZipFileEntry & operator=(const ZipFileEntry ©)
Copy assignment operator.
bool is_directory() const
Is Directory.
int64_t get_compressed_size()
Returns the compressed size of file entry.
int64_t get_uncompressed_size()
Returns the uncompressed size of file entry.
friend class ZipIODevice_FileEntry
Definition zip_file_entry.h:89