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

Method Open

Libraries/unrar/archive.cpp:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303#ifdef USE_QOPEN
304bool Archive::Open(const wchar *Name,uint Mode)
305{
306 // Important if we reuse Archive object and it has virtual QOpen
307 // file position not matching real. For example, for 'l -v volname'.
308 QOpen.Unload();
309
310 return File::Open(Name,Mode);
311}
312
313
314int Archive::Read(void *Data,size_t Size)

Callers

nothing calls this directly

Calls 1

UnloadMethod · 0.80

Tested by

no test coverage detected