xrootd
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XrdCl::ZipArchive::NewFile Struct Reference

LFH of a newly appended file (in case it needs to be overwritten) More...

Public Member Functions

 NewFile (uint64_t offset, std::unique_ptr< LFH > lfh)
 
 NewFile (NewFile &&nf)
 

Public Attributes

uint64_t offset
 
std::unique_ptr< LFHlfh
 
bool overwrt
 

Detailed Description

LFH of a newly appended file (in case it needs to be overwritten)

Constructor & Destructor Documentation

◆ NewFile() [1/2]

XrdCl::ZipArchive::NewFile::NewFile ( uint64_t  offset,
std::unique_ptr< LFH lfh 
)
inline

◆ NewFile() [2/2]

XrdCl::ZipArchive::NewFile::NewFile ( NewFile &&  nf)
inline

Member Data Documentation

◆ lfh

std::unique_ptr<LFH> XrdCl::ZipArchive::NewFile::lfh

◆ offset

uint64_t XrdCl::ZipArchive::NewFile::offset

◆ overwrt

bool XrdCl::ZipArchive::NewFile::overwrt

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