| Class | Description |
|---|---|
| BitMatrix |
Represents a 2D matrix of bits.
|
| ByteMatrix |
JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned
-1, 0, and 1, I'm going to use less memory and go with bytes.
|
| DecoderResult |
Encapsulates the result of decoding a matrix of bits.
|
| ErrorCorrectionLevel |
See ISO 18004:2006, 6.5.1.
|
| GenericGF |
This class contains utility methods for performing mathematical operations
over the Galois Fields.
|
| Mode |
See ISO 18004:2006, 6.4.1, Tables 2 and 3.
|
| QRCode |
QRClass for representation of QR Code
|
| QRTokener | |
| ReedSolomon |
Implements Reed-Solomon enbcoding, as the name implies.
|
| Version |
See ISO 18004:2006 Annex D
|
| Version.ECB |
Encapsualtes the parameters for one error-correction block in one symbol
version.
|