mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 18:11:35 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
2
CPP/7zip/Compress/LzmaEncoder.h
Executable file → Normal file
2
CPP/7zip/Compress/LzmaEncoder.h
Executable file → Normal file
@@ -19,6 +19,7 @@ class CEncoder:
|
||||
public CMyUnknownImp
|
||||
{
|
||||
CLzmaEncHandle _encoder;
|
||||
UInt64 _inputProcessed;
|
||||
public:
|
||||
MY_UNKNOWN_IMP2(ICompressSetCoderProperties, ICompressWriteCoderProperties)
|
||||
|
||||
@@ -29,6 +30,7 @@ public:
|
||||
|
||||
CEncoder();
|
||||
virtual ~CEncoder();
|
||||
UInt64 GetInputProcessedSize() const { return _inputProcessed; }
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user