Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Compress/Deflate/DeflateDecoder.h')
-rwxr-xr-xCPP/7zip/Compress/Deflate/DeflateDecoder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/CPP/7zip/Compress/Deflate/DeflateDecoder.h b/CPP/7zip/Compress/Deflate/DeflateDecoder.h
index eebe52f0..add02ba6 100755
--- a/CPP/7zip/Compress/Deflate/DeflateDecoder.h
+++ b/CPP/7zip/Compress/Deflate/DeflateDecoder.h
@@ -76,6 +76,9 @@ class CCoder:
HRESULT CodeSpec(UInt32 curSize);
public:
+ bool ZlibMode;
+ Byte ZlibFooter[4];
+
CCoder(bool deflate64Mode, bool deflateNSIS = false);
void SetKeepHistory(bool keepHistory) { _keepHistory = keepHistory; }
@@ -86,7 +89,7 @@ public:
#ifndef NO_READ_FROM_CODER
MY_UNKNOWN_IMP4(
ICompressGetInStreamProcessedSize,
- ICompressSetInStream,
+ ICompressSetInStream,
ICompressSetOutStreamSize,
ISequentialInStream
)