$bitMatrix
$bitMatrix :
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
readFormatInformation() : \Zxing\Qrcode\Decoder\{@link
<p>Reads format information from one of its two locations within the QR Code.</p>
if both format information locations cannot be parsed as the valid encoding of format information
FormatInformation} encapsulating the QR Code's format info
readVersion() : \Zxing\Qrcode\Decoder\{@link
<p>Reads version information from one of its two locations within the QR Code.</p>
if both version information locations cannot be parsed as the valid encoding of version information
Version} encapsulating the QR Code's version
setMirror( $mirror)
Prepare the parser for a mirrored operation.
This flag has effect only on the \Zxing\Qrcode\Decoder#readFormatInformation() and the \Zxing\Qrcode\Decoder#readVersion(). Before proceeding with \Zxing\Qrcode\Decoder#readCodewords() the \Zxing\Qrcode\Decoder#mirror() method should be called.
$mirror |
Loading…