2 #include "zipios++/zipios-config.h"
4 #include "zipios++/meta-iostreams.h"
26 ofs =
new std::ofstream( filename.c_str(), std::ios::out | std::ios::binary ) ;
31 void GZIPOutputStream::setFilename(
const string &filename ) {
32 ozf->setFilename(filename);
35 void GZIPOutputStream::setComment(
const string &comment ) {
36 ozf->setComment(comment);