Uses of Class
com.google.zxing.qrcode.decoder.FormatInformation
-
Packages that use FormatInformation Package Description com.google.zxing.qrcode.decoder -
-
Uses of FormatInformation in com.google.zxing.qrcode.decoder
Fields in com.google.zxing.qrcode.decoder declared as FormatInformation Modifier and Type Field Description private FormatInformation
BitMatrixParser. parsedFormatInfo
Methods in com.google.zxing.qrcode.decoder that return FormatInformation Modifier and Type Method 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.
-