#include <GZIPPS.h>
|  | 
| static QByteArray | decompress (const QByteArray &data) | 
|  | 
| static QByteArray | compress (const QByteArray &ungzip, const QByteArray &header, int level=-1) | 
|  | 
| static QByteArray | compress (const QByteArray &ungzip, quint32 header, int level=-1) | 
|  | 
| static QByteArray | decompress (const char *data, int size) | 
|  | 
| static QByteArray | compress (const char *ungzip, int size, const QByteArray &header, int level=-1) | 
|  | 
| static QByteArray | compress (const char *ungzip, int size, quint32 header, int level=-1) | 
|  | 
◆ compress() [1/4]
  
  | 
        
          | QByteArray GZIPPS::compress | ( | const char * | ungzip, |  
          |  |  | int | size, |  
          |  |  | const QByteArray & | header, |  
          |  |  | int | level = -1 |  
          |  | ) |  |  |  | static | 
 
 
◆ compress() [2/4]
  
  | 
        
          | static QByteArray GZIPPS::compress | ( | const char * | ungzip, |  
          |  |  | int | size, |  
          |  |  | quint32 | header, |  
          |  |  | int | level = -1 |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ compress() [3/4]
  
  | 
        
          | static QByteArray GZIPPS::compress | ( | const QByteArray & | ungzip, |  
          |  |  | const QByteArray & | header, |  
          |  |  | int | level = -1 |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ compress() [4/4]
  
  | 
        
          | static QByteArray GZIPPS::compress | ( | const QByteArray & | ungzip, |  
          |  |  | quint32 | header, |  
          |  |  | int | level = -1 |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ decompress() [1/2]
  
  | 
        
          | QByteArray GZIPPS::decompress | ( | const char * | data, |  
          |  |  | int | size |  
          |  | ) |  |  |  | static | 
 
 
◆ decompress() [2/2]
  
  | 
        
          | static QByteArray GZIPPS::decompress | ( | const QByteArray & | data | ) |  |  | inlinestatic | 
 
 
The documentation for this class was generated from the following files: