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

Method Seek

Libraries/unrar/file.cpp:475–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473
474
475void File::Seek(int64 Offset,int Method)
476{
477 if (!RawSeek(Offset,Method) && AllowExceptions)
478 ErrHandler.SeekError(FileName);
479}
480
481
482bool File::RawSeek(int64 Offset,int Method)

Callers 11

RestoreMethod · 0.45
RestoreMethod · 0.45
TestMethod · 0.45
RecVolumesRestoreFunction · 0.45
RARReadHeaderExFunction · 0.45
ProcessFileFunction · 0.45
~SaveFilePosMethod · 0.45
ListArchiveFunction · 0.45
MergeArchiveFunction · 0.45
CalcFileSumFunction · 0.45
ExtractCurrentFileMethod · 0.45

Calls 1

SeekErrorMethod · 0.80

Tested by 1

TestMethod · 0.36