|
zipios
2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
|
Implementation of the zipios::ZipOutputStreambuf class. More...
#include "zipoutputstreambuf.hpp"#include "zipios/zipiosexceptions.hpp"#include "ziplocalentry.hpp"#include "zipendofcentraldirectory.hpp"
Go to the source code of this file.
Namespaces | |
| zipios | |
| The zipios namespace includes the Zipios library definitions. | |
| zipios::anonymous_namespace{zipoutputstreambuf.cpp} | |
Functions | |
| void | zipios::anonymous_namespace{zipoutputstreambuf.cpp}::writeZipCentralDirectory (std::ostream &os, FileEntry::vector_t &entries, std::string const &comment) |
| Help function used to write the central directory. More... | |
This file includes the functions necessary to write data to a Zip archive.
Definition in file zipoutputstreambuf.cpp.
1.8.11