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

Method SetFiles

Libraries/unrar/rdwrfn.cpp:266–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266void ComprDataIO::SetFiles(File *SrcFile,File *DestFile)
267{
268 if (SrcFile!=NULL)
269 ComprDataIO::SrcFile=SrcFile;
270 if (DestFile!=NULL)
271 ComprDataIO::DestFile=DestFile;
272 LastPercent=-1;
273}
274
275
276void ComprDataIO::GetUnpackedData(byte **Data,size_t *Size)

Callers 5

ExtractACL20Function · 0.80
ReadSubDataMethod · 0.80
DoGetCommentMethod · 0.80
ExtractStreams20Function · 0.80
ExtractCurrentFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected