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

Method GetPos

Libraries/unrar/rawread.hpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 size_t PaddedSize() {return Data.Size()-DataSize;}
31 size_t DataLeft() {return DataSize-ReadPos;}
32 size_t GetPos() {return ReadPos;}
33 void SetPos(size_t Pos) {ReadPos=Pos;}
34 void Skip(size_t Size) {ReadPos+=Size;}
35 void Rewind() {SetPos(0);}

Callers 1

ProcessExtra50Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected