Package-level declarations

Types

Link copied to clipboard
class Decoder

The main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.

Link copied to clipboard

See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.

Link copied to clipboard
enum Mode : Enum<Mode>

See ISO 18004:2006, 6.4.1, Tables 2 and 3. This enum encapsulates the various modes in which data can be encoded to bits in the QR code standard.

Link copied to clipboard

Meta-data container for QR Code decoding. Instances of this class may be used to convey information back to the decoding caller. Callers are expected to process this.

Link copied to clipboard
class Version

See ISO 18004:2006 Annex D