![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cZipDir.h>
Public Types | |
| enum | FLG_TYPE { FLG_MTIME = (1 << 0) , FLG_ATIME = (1 << 1) , FLG_CTIME = (1 << 2) } |
Public Member Functions | |
| cZipDataExUT (BYTE bFlags) | |
| WORD | get_Size () const |
| void | InitFlags (BYTE bFlags) |
| int | get_TimeIdx (FLG_TYPE bFlag) const |
Public Attributes | |
| BYTE | m_bFlags |
| UINT32 | m_atTime [3] |
Public Attributes inherited from GrayLib::cZipDataExtra | |
| WORD | m_wType |
| Header for Sub Blocks found in m_Extra block. More... | |
| WORD | m_wLen |
Static Public Attributes | |
| static const WORD | k_Type = MAKEWORD('T', 'U') |
Extra Universal Time stamp for files. replace the default DosDate. Typically just found in the central header m_Extra or just the first time set in local header. size = 17 bytes.
|
inline |
|
inline |
Get size based on m_bFlags
|
inline |
|
inline |
|
static |
| UINT32 GrayLib::cZipDataExUT::m_atTime[3] |
| BYTE GrayLib::cZipDataExUT::m_bFlags |