| zipios 2.3.4
    Zipios -- a small C++ library providing easy access to .zip files. | 
Implementation of the zipios::ZipLocalEntry class. More...
#include "ziplocalentry.hpp"#include "zipios/zipiosexceptions.hpp"#include "zipios/dosdatetime.hpp"#include "zipios_common.hpp"
Go to the source code of this file.
| Classes | |
| struct | zipios::anonymous_namespace{ziplocalentry.cpp}::ZipLocalEntryHeader | 
| ZipLocalEntry Header.  More... | |
| Namespaces | |
| namespace | zipios | 
| The zipios namespace includes the Zipios library definitions. | |
| namespace | zipios::anonymous_namespace{ziplocalentry.cpp} | 
| Various definitions for local blocks. | |
| Variables | |
| uint32_t const | zipios::anonymous_namespace{ziplocalentry.cpp}::g_signature = 0x04034b50 | 
| The signature of a local entry. | |
| uint16_t const | zipios::anonymous_namespace{ziplocalentry.cpp}::g_trailing_data_descriptor = 1 << 3 | 
| A bit in the general purpose flags. | |
This file is the implementation of the zipios::ZipLocalEntry class which handles zipios::FileEntry's found in Zip archives.
Definition in file ziplocalentry.cpp.