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

Method available

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

Source from the content-addressed store, hash-verified

14namespace ZXing {
15
16int
17BitSource::available() const
18{
19 return 8 * (Size(_bytes) - _byteOffset) - _bitOffset;
20}
21
22static int ReadBitsImpl(int numBits, const ByteArray& _bytes, int available, int& _byteOffset, int& _bitOffset)
23{

Callers 6

DecodeNextTripleFunction · 0.80
DecodeEdifactSegmentFunction · 0.80
DecodeBase256SegmentFunction · 0.80
DecoderResult DecodeFunction · 0.80
IsEndOfStreamFunction · 0.80
dumpOpenCLInformationFunction · 0.80

Calls 1

SizeFunction · 0.70

Tested by

no test coverage detected