|
Zipios++
|
Source for a test program for testing ZipOutputStream. More...
#include "zipios++/zipios-config.h"#include "zipios++/meta-iostreams.h"#include <string>#include "zipios++/zipoutputstream.h"
Go to the source code of this file.
Functions | |
| void | writeFileToZipOutputStream (ZipOutputStream &zos, const string &filename) |
| int | main () |
Source for a test program for testing ZipOutputStream.
Definition in file test_zipoutputstream.cpp.
| int main | ( | ) |
Definition at line 19 of file test_zipoutputstream.cpp.
| void writeFileToZipOutputStream | ( | ZipOutputStream & | zos, |
| const string & | filename ) |
Definition at line 41 of file test_zipoutputstream.cpp.