zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
Implementation of the zipios::ZipLocalEntry class. More...
#include "ziplocalentry.hpp"
#include "zipios++/zipiosexceptions.hpp"
#include "dostime.h"
#include "zipios_common.hpp"
Go to the source code of this file.
Classes | |
struct | zipios::anonymous_namespace{ziplocalentry.cpp}::ZipLocalEntryHeader |
ZipLocalEntry Header. More... | |
Namespaces | |
zipios | |
The zipios namespace includes the Zipios++ library definitions. | |
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. More... | |
uint16_t const | zipios::anonymous_namespace{ziplocalentry.cpp}::g_trailing_data_descriptor = 1 << 3 |
A bit in the general purpose flags. More... | |
This file is the implementation of the zipios::ZipLocalEntry class which handles zipios::FileEntry's found in Zip archives.
Definition in file ziplocalentry.cpp.