MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / BaseBlock

Class BaseBlock

Libraries/unrar/headers.hpp:138–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138struct BaseBlock
139{
140 uint HeadCRC; // 'ushort' for RAR 1.5.
141 HEADER_TYPE HeaderType; // 1 byte for RAR 1.5.
142 uint Flags; // 'ushort' for RAR 1.5.
143 uint HeadSize; // 'ushort' for RAR 1.5, up to 2 MB for RAR 5.0.
144
145 bool SkipIfUnknown;
146
147 void Reset()
148 {
149 SkipIfUnknown=false;
150 }
151};
152
153
154struct BlockHeader:BaseBlock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected