Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void RawRead::Reset()
18
{
19
Data.SoftReset();
20
ReadPos=0;
21
DataSize=0;
22
Crypt=NULL;
23
}
24
25
26
size_t RawRead::Read(size_t Size)
Callers
nothing calls this directly
Calls
1
SoftReset
Method · 0.80
Tested by
no test coverage detected