C# Class ZXing.Common.ReedSolomon.ReedSolomonEncoder

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

Méthodes publiques

Méthode Description
ReedSolomonEncoder ( GenericGF field ) : System
encode ( int toEncode, int ecBytes ) : void

Private Methods

Méthode Description
buildGenerator ( int degree ) : ZXing.Common.ReedSolomon.GenericGFPoly

Method Details

ReedSolomonEncoder() public méthode

public ReedSolomonEncoder ( GenericGF field ) : System
field GenericGF
Résultat System

encode() public méthode

public encode ( int toEncode, int ecBytes ) : void
toEncode int
ecBytes int
Résultat void