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

Method Reset

Libraries/unrar/rawread.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17void RawRead::Reset()
18{
19 Data.SoftReset();
20 ReadPos=0;
21 DataSize=0;
22 Crypt=NULL;
23}
24
25
26size_t RawRead::Read(size_t Size)

Callers

nothing calls this directly

Calls 1

SoftResetMethod · 0.80

Tested by

no test coverage detected