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

Implementation of the zipios::ZipOutputStreambuf class. More...

Include dependency graph for zipoutputstreambuf.cpp:

Go to the source code of this file.

Namespaces

namespace  zipios
 The zipios namespace includes the Zipios library definitions.
 
namespace  zipios::anonymous_namespace{zipoutputstreambuf.cpp}
 

Functions

void zipios::anonymous_namespace{zipoutputstreambuf.cpp}::writeZipCentralDirectory (std::ostream &os, FileEntry::vector_t &entries, std::string const &comment)
 Helper function used to write the central directory.
 

Detailed Description

This file includes the functions necessary to write data to a Zip archive.

Definition in file zipoutputstreambuf.cpp.