Mirror the bit matrix in order to attempt a second reading.
Reads the bits in the BitMatrix representing the finder pattern in the correct order in order to reconstruct the codewords bytes contained within the QR Code.
bytes encoded within the QR Code
Reads format information from one of its two locations within the QR Code.
FormatInformation encapsulating the QR Code's format info
Revert the mask removal done while reading the code words. The bit matrix should revert to its original state.
Prepare the parser for a mirrored operation. This flag has effect only on the {@link #readFormatInformation()} and the {@link #readVersion()}. Before proceeding with {@link #readCodewords()} the {@link #mirror()} method should be called.
Generated using TypeDoc
Sean Owen