2 #ifndef CHEPREP_ZIPOUTPUTSTREAMBUFFER_H
3 #define CHEPREP_ZIPOUTPUTSTREAMBUFFER_H
46 static const unsigned int LOCSIG = 0x04034b50;
47 static const unsigned int EXTSIG = 0x08074b50;
48 static const unsigned int CENSIG = 0x02014b50;
49 static const unsigned int ENDSIG = 0x06054b50;
53 static const unsigned int GENFLAG = 0x0008;
58 #endif // CHEPREP_ZIPOUTPUTSTREAMBUFFER_H
static const unsigned int VERSIONMADE
ZipOutputStreamBuffer(std::streambuf *buffer)
static const unsigned int VERSIONEXTRACT
virtual ~ZipOutputStreamBuffer()
static const unsigned int CENSIG
static const unsigned int LOCSIG
static const unsigned int ENDSIG
void setComment(const std::string &comment)
void putNextEntry(const std::string &name, bool compress)
std::vector< ZipEntry * > * entries
static const unsigned int GENFLAG
void setMethod(int method)
static const unsigned int EXTSIG