Searched defs:CFirstHeader (Results 1 – 1 of 1) sorted by relevance
46 struct CFirstHeader struct48 UInt32 Flags;49 UInt32 HeaderSize;50 UInt32 ArcSize;52 bool ThereIsCrc() const in ThereIsCrc()59 UInt32 GetDataSize() const { return ArcSize - (ThereIsCrc() ? 4 : 0); } in GetDataSize()