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

Method SetSubHeader

Libraries/unrar/rdwrfn.hpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 void SetFiles(File *SrcFile,File *DestFile);
69 void SetCommand(CmdAdd *Cmd) {Command=Cmd;}
70 void SetSubHeader(FileHeader *hd,int64 *Pos) {SubHead=hd;SubHeadPos=Pos;}
71 void SetEncryption(bool Encrypt,CRYPT_METHOD Method,SecPassword *Password,
72 const byte *Salt,const byte *InitV,uint Lg2Cnt,byte *HashKey,byte *PswCheck);
73 void SetAV15Encryption();

Callers 1

ReadSubDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected