22 #ifndef PP_DECOMPRESSOR_H
23 #define PP_DECOMPRESSOR_H
25 #include "PP20_Defs.h"
33 bool isCompressed(
const void* source,
const udword_ppt size);
38 udword_ppt decompress(
const void* source,
42 const char* getStatusString() {
return statusString; }
45 bool checkEfficiency(
const void* source);
48 udword_ppt readBits(
int count);
52 static const char* PP_ID;
54 ubyte_ppt efficiency[4];
56 const ubyte_ppt* sourceBeg;
57 const ubyte_ppt* readPtr;
59 const ubyte_ppt* destBeg;
67 const char* statusString;