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

Method Rewind

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

Source from the content-addressed store, hash-verified

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;}
37};
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected