Class DecodedBitStreamParser

java.lang.Object
com.google.zxing.qrcode.decoder.DecodedBitStreamParser

final class DecodedBitStreamParser extends Object

QR Codes can encode text as bits in one of several modes, and can use multiple modes in one QR Code. This class decodes the bits back into text.

See ISO 18004:2006, 6.4.3 - 6.4.7