C# Class ZXing.Common.ReedSolomon.ReedSolomonEncoder

Implements Reed-Solomon encoding, as the name implies.
Exibir arquivo Open project: cyberh0me/OTP Class Usage Examples

Public Methods

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

Private Methods

Method Description
buildGenerator ( int degree ) : ZXing.Common.ReedSolomon.GenericGFPoly

Method Details

ReedSolomonEncoder() public method

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

encode() public method

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