C# Class zxingwp7.oned.EAN8Reader

Implements decoding of the EAN-8 format.

Inheritance: UPCEANReader
Exibir arquivo Open project: henningms/zxing2.0-wp7

Private Properties

Property Type Description

Public Methods

Method Description
EAN8Reader ( ) : System.Text

Protected Methods

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

Method Details

EAN8Reader() public method

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

decodeMiddle() protected method

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