Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ SaveFilePos
Method
SaveFilePos
Libraries/unrar/savepos.hpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
int64 SavePos;
9
public:
10
SaveFilePos(File &Src)
11
{
12
SaveFile=&Src;
13
SavePos=Src.Tell();
14
}
15
~SaveFilePos()
16
{
17
// Unless the file is already closed either by current exception
Callers
nothing calls this directly
Calls
1
Tell
Method · 0.45
Tested by
no test coverage detected