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 FormatInformationBitMatrixParser. parsedFormatInfoMethods in com.google.zxing.qrcode.decoder that return FormatInformation Modifier and Type Method Description (package private) static FormatInformationFormatInformation. decodeFormatInformation(int maskedFormatInfo1, int maskedFormatInfo2)private static FormatInformationFormatInformation. doDecodeFormatInformation(int maskedFormatInfo1, int maskedFormatInfo2)(package private) FormatInformationBitMatrixParser. readFormatInformation()Reads format information from one of its two locations within the QR Code.
-