Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
475
void File::Seek(int64 Offset,int Method)
476
{
477
if (!RawSeek(Offset,Method) && AllowExceptions)
478
ErrHandler.SeekError(FileName);
479
}
480
481
482
bool File::RawSeek(int64 Offset,int Method)
Callers
11
Restore
Method · 0.45
Restore
Method · 0.45
Test
Method · 0.45
RecVolumesRestore
Function · 0.45
RARReadHeaderEx
Function · 0.45
ProcessFile
Function · 0.45
~SaveFilePos
Method · 0.45
ListArchive
Function · 0.45
MergeArchive
Function · 0.45
CalcFileSum
Function · 0.45
ExtractCurrentFile
Method · 0.45
Calls
1
SeekError
Method · 0.80
Tested by
1
Test
Method · 0.36