zipios 2.3.2
Zipios -- a small C++ library that provides easy access to .zip files.
zipendofcentraldirectory.cpp File Reference

Declare zipios::ZipEndOfCentralDirectory which handles entries found in a Zip archive directory. More...

Include dependency graph for zipendofcentraldirectory.cpp:

Go to the source code of this file.

Namespaces

namespace  zipios
 The zipios namespace includes the Zipios library definitions.
namespace  zipios::anonymous_namespace{zipendofcentraldirectory.cpp}
 Private definitions of the ZipEndOfCentralDirectory class.

Variables

uint32_t const zipios::anonymous_namespace{zipendofcentraldirectory.cpp}::g_signature = 0x06054b50
 Signature of the ZipEndOfCentralDirectory structure block.

Detailed Description

This header file contains the zipios::ZipLocalEntry, which is used to handle entries found in a Zip archive.

Definition in file zipendofcentraldirectory.cpp.