C# Class zxingwp7.common.reedsolomon.ReedSolomonEncoder

Implements Reed-Solomon enbcoding, as the name implies.

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

Public Methods

Method Description
ReedSolomonEncoder ( GF256 field ) : System
encode ( int toEncode, int ecBytes ) : void

Private Methods

Method Description
buildGenerator ( int degree ) : GF256Poly

Method Details

ReedSolomonEncoder() public method

public ReedSolomonEncoder ( GF256 field ) : System
field GF256
return System

encode() public method

public encode ( int toEncode, int ecBytes ) : void
toEncode int
ecBytes int
return void