zipios
2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
|
Implementation of zipios::FileEntry. More...
Go to the source code of this file.
Namespaces | |
zipios | |
The zipios namespace includes the Zipios library definitions. | |
Functions | |
std::ostream & | zipios::operator<< (std::ostream &os, FileEntry const &entry) |
Output an entry as a string to a stream. More... | |
This file includes the implementation of the Fzipios::ileEntry. Many of the functions in zipios::FileEntry are pure virtual so only their documentation appears here.
zipios::FileEntry is used to build collections of files.
Definition in file fileentry.cpp.