C# 클래스 zxingwp7.common.reedsolomon.ReedSolomonEncoder

Implements Reed-Solomon enbcoding, as the name implies.

파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
ReedSolomonEncoder ( GF256 field ) : System
encode ( int toEncode, int ecBytes ) : void

비공개 메소드들

메소드 설명
buildGenerator ( int degree ) : GF256Poly

메소드 상세

ReedSolomonEncoder() 공개 메소드

public ReedSolomonEncoder ( GF256 field ) : System
field GF256
리턴 System

encode() 공개 메소드

public encode ( int toEncode, int ecBytes ) : void
toEncode int
ecBytes int
리턴 void