mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -06:00
22.00
This commit is contained in:
5
CPP/7zip/Archive/Zip/ZipItem.h
Normal file → Executable file
5
CPP/7zip/Archive/Zip/ZipItem.h
Normal file → Executable file
@@ -31,8 +31,9 @@ struct CExtraSubBlock
|
||||
CByteBuffer Data;
|
||||
|
||||
bool ExtractNtfsTime(unsigned index, FILETIME &ft) const;
|
||||
bool ExtractUnixTime(bool isCentral, unsigned index, UInt32 &res) const;
|
||||
bool ExtractUnixExtraTime(unsigned index, UInt32 &res) const;
|
||||
bool Extract_UnixTime(bool isCentral, unsigned index, UInt32 &res) const;
|
||||
bool Extract_Unix01_Time(unsigned index, UInt32 &res) const;
|
||||
// bool Extract_Unix_Time(unsigned index, UInt32 &res) const;
|
||||
|
||||
bool CheckIzUnicode(const AString &s) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user