Home
last modified time | relevance | path

Searched defs:CHeader (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp49 struct CHeader struct
51 UInt64 Size;
52 Byte FilterID;
53 Byte LzmaProps[5];
55 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } in GetDicSize()
56 bool HasSize() const { return (Size != (UInt64)(Int64)-1); } in HasSize()