MCPcopy 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
685int64 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
695bool File::IsDevice()

Callers 6

RestoreMethod · 0.80
RestoreMethod · 0.80
MergeArchiveFunction · 0.80
CalcFileSumFunction · 0.80
ExtractArchiveInitMethod · 0.80
ExtractCurrentFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected