Searched defs:CFolder (Results 1 – 2 of 2) sorted by relevance
37 struct CFolder struct45 CFolder() {} in CFolder() argument47 bool IsDecodingSupported() const { return Coders.Size() <= 32; } in IsDecodingSupported()49 int Find_in_PackStreams(UInt32 packStream) const in Find_in_PackStreams()57 int FindBond_for_PackStream(UInt32 packStream) const in FindBond_for_PackStream()83 bool IsEncrypted() const in IsEncrypted()
15 struct CFolder struct17 UInt32 DataStart; // offset of the first CFDATA block in this folder18 UInt16 NumDataBlocks; // number of CFDATA blocks in this folder19 Byte MethodMajor;20 Byte MethodMinor;22 Byte GetMethod() const { return (Byte)(MethodMajor & 0xF); } in GetMethod()