$bitMatrix
$bitMatrix
$parsedVersion : mixed|null
readCodewords() : \Zxing\Qrcode\Decoder\bytes
<p>Reads the bits in the {@link BitMatrix} representing the finder pattern in the correct order in order to reconstruct the codewords bytes contained within the QR Code.</p>
if the exact number of bytes expected is not read
encoded within the QR Code
setMirror(\Zxing\Qrcode\Decoder\Whether $mirror) : void
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.
\Zxing\Qrcode\Decoder\Whether | $mirror | to read version and format information mirrored. |