TDecodedBitStreamParser Class

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

Unit: ZXing.QrCode.Internal.DecodedBitStreamParser
System.TObject
  ZXing.QrCode.Internal.DecodedBitStreamParser.TDecodedBitStreamParser
type TDecodedBitStreamParser = class(TObject)

The TDecodedBitStreamParser type exposes the following members.

Show:
 NameDescription
decode

Top