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 GENFLAG
void setMethod(int method)
static const unsigned int LOCSIG
virtual ~ZipOutputStreamBuffer()
static const unsigned int EXTSIG
void putNextEntry(const std::string &name, bool compress)
static const unsigned int VERSIONMADE
ZipOutputStreamBuffer(std::streambuf *buffer)
static const unsigned int ENDSIG
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
std::vector< ZipEntry * > * entries
static const unsigned int VERSIONEXTRACT
void setComment(const std::string &comment)
static const unsigned int CENSIG