C# Class zxingwp7.oned.EAN13Reader

Implements decoding of the EAN-13 format.

Inheritance: UPCEANReader
Afficher le fichier Open project: henningms/zxing2.0-wp7

Private Properties

Свойство Type Description
determineFirstDigit void

Méthodes publiques

Méthode Description
EAN13Reader ( ) : System.Text

Méthodes protégées

Méthode Description
decodeMiddle ( BitArray row, int startRange, StringBuilder resultString ) : int

Private Methods

Méthode Description
determineFirstDigit ( StringBuilder resultString, int lgPatternFound ) : void

Based on pattern of odd-even ('L' and 'G') patterns used to encoded the explicitly-encoded digits in a barcode, determines the implicitly encoded first digit and adds it to the result string.

Method Details

EAN13Reader() public méthode

public EAN13Reader ( ) : System.Text
Résultat System.Text

decodeMiddle() protected méthode

protected decodeMiddle ( BitArray row, int startRange, StringBuilder resultString ) : int
row zxingwp7.common.BitArray
startRange int
resultString System.Text.StringBuilder
Résultat int