Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ SetExternalBuffer
Method
SetExternalBuffer
Libraries/unrar/getbits.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
void BitInput::SetExternalBuffer(byte *Buf)
46
{
47
if (InBuf!=NULL && !ExternalBuffer)
48
delete[] InBuf;
49
InBuf=Buf;
50
ExternalBuffer=true;
51
}
52
Callers
1
Unpack5MT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected