zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
Implementation of a very simple zipios++ example. More...
#include "zipios++/zipfile.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This source code is a small program that demonstrates the central elements of Zipios++.
Definition in file zipios_example.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35 of file zipios_example.cpp.
References zipios::FileCollection::entries(), zipios::FileCollection::getEntry(), zipios::ZipFile::getInputStream(), zipios::FileCollection::IGNORE, and zipios::FileCollection::size().