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

Method SetPos

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

Source from the content-addressed store, hash-verified

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);}
36 void SetCrypt(CryptData *Crypt) {RawRead::Crypt=Crypt;}

Callers 1

ProcessExtra50Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected