#include <ZipOutputStream.h>
Definition at line 18 of file ZipOutputStream.h.
 
◆ ZipOutputStream()
      
        
          | cheprep::ZipOutputStream::ZipOutputStream  | 
          ( | 
          std::ostream &  | 
          os | ) | 
           | 
        
      
 
Definition at line 16 of file ZipOutputStream.cc.
   17         buffer = 
new ZipOutputStreamBuffer(os.rdbuf());
 ZipOutputStreamBuffer * buffer
 
 
 
 
◆ ~ZipOutputStream()
  
  
      
        
          | cheprep::ZipOutputStream::~ZipOutputStream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ close()
      
        
          | void cheprep::ZipOutputStream::close  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ closeEntry()
      
        
          | void cheprep::ZipOutputStream::closeEntry  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ putNextEntry()
      
        
          | void cheprep::ZipOutputStream::putNextEntry  | 
          ( | 
          const std::string &  | 
          name,  | 
        
        
           | 
           | 
          bool  | 
          compress  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 31 of file ZipOutputStream.cc.
void putNextEntry(const std::string &name, bool compress)
 
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
 
ZipOutputStreamBuffer * buffer
 
 
 
 
◆ setComment()
      
        
          | void cheprep::ZipOutputStream::setComment  | 
          ( | 
          const std::string &  | 
          comment | ) | 
           | 
        
      
 
Definition at line 35 of file ZipOutputStream.cc.
ZipOutputStreamBuffer * buffer
 
void setComment(const std::string &comment)
 
 
 
 
◆ buffer
The documentation for this class was generated from the following files: