MCPcopy Create free account
hub / github.com/Segs/Segs / GetBitArray

Method GetBitArray

Components/BitStream.cpp:321–325  ·  view source on GitHub ↗

Function: GetBitArray/GetBitArrayWithDebugInfo Description: Retrieves a client-specified "array" of bits. The main difference between this function, and the GetBits function is that this one can potentially retrieve more than 32 bits ************************************************************************/

Source from the content-addressed store, hash-verified

319 is that this one can potentially retrieve more than 32 bits
320************************************************************************/
321void BitStream::GetBitArray(uint8_t *tgt, uint32_t nBits)
322{
323 ByteAlign(true,false);
324 GetBytes(tgt,BITS_TO_BYTES(nBits));
325}
326
327/**
328\brief Retrieves a null-terminated C-style string from the bit stream

Callers 2

getTransformMatrixFunction · 0.80
serializefromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected