MCPcopy 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
45void BitInput::SetExternalBuffer(byte *Buf)
46{
47 if (InBuf!=NULL && !ExternalBuffer)
48 delete[] InBuf;
49 InBuf=Buf;
50 ExternalBuffer=true;
51}
52

Callers 1

Unpack5MTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected