Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ FileLength
Method
FileLength
Libraries/unrar/file.cpp:685–692 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
683
684
685
int64 File::FileLength()
686
{
687
int64 SavePos=Tell();
688
Seek(0,SEEK_END);
689
int64 Length=Tell();
690
Seek(SavePos,SEEK_SET);
691
return Length;
692
}
693
694
695
bool File::IsDevice()
Callers
6
Restore
Method · 0.80
Restore
Method · 0.80
MergeArchive
Function · 0.80
CalcFileSum
Function · 0.80
ExtractArchiveInit
Method · 0.80
ExtractCurrentFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected