MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~BitInput

Method ~BitInput

Libraries/unrar/getbits.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24BitInput::~BitInput()
25{
26 if (!ExternalBuffer)
27 delete[] InBuf;
28}
29
30
31void BitInput::faddbits(uint Bits)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected