mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 18:07:07 -06:00
4.49 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
fd8b1d78b4
commit
7038848692
@@ -139,6 +139,8 @@ class CDecoder :
|
||||
int _remainLen;
|
||||
int m_AlignPos;
|
||||
|
||||
bool _wimMode;
|
||||
|
||||
UInt32 ReadBits(UInt32 numBits);
|
||||
bool ReadTable(Byte *lastLevels, Byte *newLevels, UInt32 numSymbols);
|
||||
bool ReadTables();
|
||||
@@ -151,7 +153,7 @@ class CDecoder :
|
||||
const UInt64 *inSize, const UInt64 *outSize,
|
||||
ICompressProgressInfo *progress);
|
||||
public:
|
||||
CDecoder();
|
||||
CDecoder(bool wimMode = false);
|
||||
|
||||
MY_UNKNOWN_IMP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user