mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 05:09:59 -06:00
Update to 7-Zip Version 21.06
See https://sourceforge.net/p/sevenzip/discussion/45797/thread/b463f34259/
This commit is contained in:
@@ -367,6 +367,7 @@ public:
|
||||
AString &operator+=(const AString &s);
|
||||
|
||||
void Add_UInt32(UInt32 v);
|
||||
void Add_UInt64(UInt64 v);
|
||||
|
||||
void SetFrom(const char *s, unsigned len); // no check
|
||||
void SetFrom_CalcLen(const char *s, unsigned len);
|
||||
@@ -633,6 +634,7 @@ public:
|
||||
UString &operator+=(const AString &s) { return operator+=(s.Ptr()); }
|
||||
|
||||
void Add_UInt32(UInt32 v);
|
||||
void Add_UInt64(UInt64 v);
|
||||
|
||||
UString Mid(unsigned startIndex, unsigned count) const { return UString(count, _chars + startIndex); }
|
||||
UString Left(unsigned count) const { return UString(count, *this); }
|
||||
|
||||
Reference in New Issue
Block a user