|
@@ -35,9 +35,10 @@ PUBLISHED:
|
|
|
|
|
|
|
|
int initiate(Filename &source_file);
|
|
int initiate(Filename &source_file);
|
|
|
int initiate(Filename &source_file, Filename &dest_file);
|
|
int initiate(Filename &source_file, Filename &dest_file);
|
|
|
-
|
|
|
|
|
int run(void);
|
|
int run(void);
|
|
|
|
|
|
|
|
|
|
+ bool decompress(Filename &source_file);
|
|
|
|
|
+
|
|
|
private:
|
|
private:
|
|
|
void init(PT(Buffer) buffer);
|
|
void init(PT(Buffer) buffer);
|
|
|
|
|
|