C# Класс ZXing.QrCode.Internal.BitMatrixParser

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
BitMatrixParser ( BitMatrix bitMatrix ) : ZXing.Common
copyBit ( int i, int j, int versionBits ) : int
createBitMatrixParser ( BitMatrix bitMatrix ) : BitMatrixParser
mirror ( ) : void
readCodewords ( ) : byte[]

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.

readFormatInformation ( ) : FormatInformation

Reads format information from one of its two locations within the QR Code.

the valid encoding of format information

readVersion ( ) : Version

Reads version information from one of its two locations within the QR Code.

the valid encoding of version information

remask ( ) : void
setMirror ( bool mirror ) : void