2 #ifndef CHEPREP_ZIPOUTPUTSTREAMBUFFER_H 
    3 #define CHEPREP_ZIPOUTPUTSTREAMBUFFER_H 
   44             std::vector<ZipEntry*>* entries;
 
   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;
 
   51             static const unsigned int VERSIONMADE           = 0x0014;
 
   52             static const unsigned int VERSIONEXTRACT        = 0x0014;
 
   53             static const unsigned int GENFLAG               = 0x0008;
 
   58 #endif // CHEPREP_ZIPOUTPUTSTREAMBUFFER_H 
void setMethod(int method)
 
virtual ~ZipOutputStreamBuffer()
 
void putNextEntry(const std::string &name, bool compress)
 
ZipOutputStreamBuffer(std::streambuf *buffer)
 
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
 
void setComment(const std::string &comment)