Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ RawRead
Method
RawRead
Libraries/unrar/rawread.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"rar.hpp"
2
3
RawRead::RawRead()
4
{
5
RawRead::SrcFile=NULL;
6
Reset();
7
}
8
9
10
RawRead::RawRead(File *SrcFile)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected