mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -25,7 +25,7 @@ public:
|
||||
UInt64 GetLocalFullSize() const
|
||||
{ return LocalFullHeaderSize + PackSize + (HasDescriptor() ? kDataDescriptorSize : 0); }
|
||||
UInt64 GetDataPosition() const
|
||||
{ return LocalHeaderPos + LocalFullHeaderSize; };
|
||||
{ return LocalHeaderPos + LocalFullHeaderSize; }
|
||||
};
|
||||
|
||||
struct CInArchiveInfo
|
||||
@@ -107,7 +107,7 @@ class CInArchive
|
||||
|
||||
HRESULT Seek(UInt64 offset);
|
||||
HRESULT FindAndReadMarker(IInStream *stream, const UInt64 *searchHeaderSizeLimit);
|
||||
HRESULT IncreaseRealPosition(UInt64 addValue);
|
||||
HRESULT IncreaseRealPosition(Int64 addValue);
|
||||
|
||||
HRESULT ReadBytes(void *data, UInt32 size, UInt32 *processedSize);
|
||||
void SafeReadBytes(void *data, unsigned size);
|
||||
|
||||
Reference in New Issue
Block a user