22 #ifndef STORECOMPRESSOR_H 23 #define STORECOMPRESSOR_H 25 #include "Compressor.h" 32 bool copyData( qint64 toRead );
34 virtual bool compressData(
Encryption* encrypt = 0);
35 virtual bool decompressData( qint64 size,
Encryption* encrypt = 0);
40 #endif // STORECOMPRESSOR_H Definition: Compressor.h:42
Definition: StoreCompressor.h:27
Definition: encryption.h:40