Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
int BitSource::readBits(int numBits)
66
{
67
return ReadBitsImpl(numBits, _bytes, available(), _byteOffset, _bitOffset);
68
}
69
70
int BitSource::peakBits(int numBits) const
71
{
Callers
15
ParseECIValue
Function · 0.45
ParseStructuredAppend
Function · 0.45
DecodeNextTriple
Function · 0.45
DecodeEdifactSegment
Function · 0.45
DecodeBase256Segment
Function · 0.45
DecoderResult Decode
Function · 0.45
DecodeGeneralPurposeBits
Function · 0.45
DecodeCompressedGTIN
Function · 0.45
DecodeAI01AndOtherAIs
Function · 0.45
DecodeAI013103
Function · 0.45
DecodeAI01320x
Function · 0.45
DecodeAI0139yx
Function · 0.45
Calls
1
ReadBitsImpl
Function · 0.85
Tested by
no test coverage detected