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

Method GetUnpackedData

Libraries/unrar/rdwrfn.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275
276void ComprDataIO::GetUnpackedData(byte **Data,size_t *Size)
277{
278 *Data=UnpWrAddr;
279 *Size=UnpWrSize;
280}
281
282
283void ComprDataIO::SetEncryption(bool Encrypt,CRYPT_METHOD Method,

Callers 1

DoGetCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected