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

Method ReadLastTables

Libraries/unrar/unpack20.cpp:257–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257void Unpack::ReadLastTables()
258{
259 if (ReadTop>=Inp.InAddr+5)
260 if (UnpAudioBlock)
261 {
262 if (DecodeNumber(Inp,&MD[UnpCurChannel])==256)
263 ReadTables20();
264 }
265 else
266 if (DecodeNumber(Inp,&BlockTables.LD)==269)
267 ReadTables20();
268}
269
270
271void Unpack::UnpInitData20(int Solid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected