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

Method Read

Libraries/unrar/archive.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313
314int Archive::Read(void *Data,size_t Size)
315{
316 size_t Result;
317 if (QOpen.Read(Data,Size,Result))
318 return (int)Result;
319 return File::Read(Data,Size);
320}
321
322
323void Archive::Seek(int64 Offset,int Method)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected