8 #ifndef SRC_XRDZIP_XRDZIPZIP64EOCDL_HH_
9 #define SRC_XRDZIP_XRDZIPZIP64EOCDL_HH_
std::vector< char > buffer_t
static void copy_bytes(const INT value, buffer_t &buffer)
A data structure representing the ZIP64 end of central directory locator.
static const uint32_t zip64EocdlSign
static const uint16_t zip64EocdlSize
void Serialize(buffer_t &buffer)
Serialize the object into a buffer.
ZIP64_EOCDL(const char *buffer)
Constructor from a buffer.
ZIP64_EOCDL(const EOCD &eocd, const ZIP64_EOCD &zip64Eocd)
Constructor from EOCD and ZIP64 EOCD.
std::string ToString()
Convert the EOCDL into a string for logging purposes.