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

Method SetCrypt

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

Source from the content-addressed store, hash-verified

34 void Skip(size_t Size) {ReadPos+=Size;}
35 void Rewind() {SetPos(0);}
36 void SetCrypt(CryptData *Crypt) {RawRead::Crypt=Crypt;}
37};
38
39uint64 RawGetV(const byte *Data,uint &ReadPos,uint DataSize,bool &Overflow);

Callers 2

ReadHeader15Method · 0.80
ReadHeader50Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected