mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
6
CPP/7zip/Compress/LzmaDecoder.h
Executable file → Normal file
6
CPP/7zip/Compress/LzmaDecoder.h
Executable file → Normal file
@@ -73,10 +73,14 @@ public:
|
||||
|
||||
#endif
|
||||
|
||||
bool FinishStream;
|
||||
bool FinishStream; // set it before decoding, if you need to decode full LZMA stream
|
||||
|
||||
bool NeedMoreInput; // it's set by decoder, if it needs more input data to decode stream
|
||||
|
||||
CDecoder();
|
||||
virtual ~CDecoder();
|
||||
|
||||
UInt64 GetOutputProcessedSize() const { return _outSizeProcessed; }
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user