C# Class zxingwp7.oned.EAN13Reader

Implements decoding of the EAN-13 format.

Inheritance: UPCEANReader
Show file Open project: henningms/zxing2.0-wp7

Private Properties

Property Type Description
determineFirstDigit void

Public Methods

Method Description
EAN13Reader ( ) : System.Text

Protected Methods

Method Description
decodeMiddle ( BitArray row, int startRange, StringBuilder resultString ) : int

Private Methods

Method 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 method

public EAN13Reader ( ) : System.Text
return System.Text

decodeMiddle() protected method

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