Package | Description |
---|---|
com.google.zxing.qrcode.decoder |
Modifier and Type | Field and Description |
---|---|
private FormatInformation |
BitMatrixParser.parsedFormatInfo |
Modifier and Type | Method and Description |
---|---|
(package private) static FormatInformation |
FormatInformation.decodeFormatInformation(int maskedFormatInfo1,
int maskedFormatInfo2) |
private static FormatInformation |
FormatInformation.doDecodeFormatInformation(int maskedFormatInfo1,
int maskedFormatInfo2) |
(package private) FormatInformation |
BitMatrixParser.readFormatInformation()
Reads format information from one of its two locations within the QR Code.
|