MCPcopy Create free account
hub / github.com/devilsen/CZXing / readBits

Method readBits

czxing/src/main/cpp/zxing/src/BitSource.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65int BitSource::readBits(int numBits)
66{
67 return ReadBitsImpl(numBits, _bytes, available(), _byteOffset, _bitOffset);
68}
69
70int BitSource::peakBits(int numBits) const
71{

Callers 15

ParseECIValueFunction · 0.45
ParseStructuredAppendFunction · 0.45
DecodeNextTripleFunction · 0.45
DecodeEdifactSegmentFunction · 0.45
DecodeBase256SegmentFunction · 0.45
DecoderResult DecodeFunction · 0.45
DecodeGeneralPurposeBitsFunction · 0.45
DecodeCompressedGTINFunction · 0.45
DecodeAI01AndOtherAIsFunction · 0.45
DecodeAI013103Function · 0.45
DecodeAI01320xFunction · 0.45
DecodeAI0139yxFunction · 0.45

Calls 1

ReadBitsImplFunction · 0.85

Tested by

no test coverage detected