zstream-cpp
zstream-cpp copied to clipboard
C++ zip stream wrapper
Results
2
zstream-cpp issues
Sort by
recently updated
recently updated
newest added
I have tried to start an example output_test.cpp: #include "ozstream.hpp" #include \ int main(void) { std::ofstream os("test.txt.gz"); zstream::ogzstream gz(os); for (size_t i = 0; i < 2000; i++) gz
Hello, I have used your code to modernize bzip2 iostream from the same source: http://www.gerixsoft.com/tmp/iostream_bz.h http://www.gerixsoft.com/tmp/iostream_bz.cpp If you wish, you can include this code inside your repo...