#include <GZIPOutputStream.h>
Definition at line 15 of file GZIPOutputStream.h.
 
◆ GZIPOutputStream()
      
        
          | cheprep::GZIPOutputStream::GZIPOutputStream  | 
          ( | 
          std::ostream &  | 
          os | ) | 
           | 
        
      
 
Definition at line 14 of file GZIPOutputStream.cc.
   15                 : std::ostream(NULL) {
    17         buffer = 
new GZIPOutputStreamBuffer(os.rdbuf()); 
 GZIPOutputStreamBuffer * buffer
 
 
 
 
◆ ~GZIPOutputStream()
  
  
      
        
          | cheprep::GZIPOutputStream::~GZIPOutputStream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ close()
      
        
          | void cheprep::GZIPOutputStream::close  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ setComment()
      
        
          | void cheprep::GZIPOutputStream::setComment  | 
          ( | 
          const std::string &  | 
          comment | ) | 
           | 
        
      
 
Definition at line 26 of file GZIPOutputStream.cc.
void setComment(const std::string &comment)
 
GZIPOutputStreamBuffer * buffer
 
 
 
 
◆ setFilename()
      
        
          | void cheprep::GZIPOutputStream::setFilename  | 
          ( | 
          const std::string &  | 
          filename | ) | 
           | 
        
      
 
Definition at line 22 of file GZIPOutputStream.cc.
void setFilename(const std::string &filename)
 
GZIPOutputStreamBuffer * buffer
 
 
 
 
◆ buffer
The documentation for this class was generated from the following files: