MLBookProc 1.1
 
Loading...
Searching...
No Matches
ArchEntry Class Reference

The ArchEntry class. More...

#include <ArchEntry.h>

Public Member Functions

 ArchEntry ()
 ArchEntry constructor.
 
 ArchEntry (const ArchEntry &other)
 ArchEntry copy constructor.
 
 ArchEntry (ArchEntry &&other)
 ArchEntry move constructor.
 
ArchEntryoperator= (const ArchEntry &other)
 operator =
 
ArchEntryoperator= (ArchEntry &&other)
 operator =
 

Public Attributes

uint64_t size = 0
 Size of unpacked entry object (if available, 0 otherwise).
 
uint64_t compressed_size = 0
 Size of compressed object (if available, 0 otherwise).
 
int64_t position = -1
 Position of entry in archive file (if available, -1 otherwise).
 
std::string filename
 Path to file or directory in archive.
 

Detailed Description

The ArchEntry class.

Auxiliary class for LibArchive. Contains some technical info about compressed files and directories. In most cases you do not need to create AcrhEntry objects yourself.