com.google.zxing.common.reedsolomon
Class ReedSolomonEncoder

java.lang.Object
  extended by com.google.zxing.common.reedsolomon.ReedSolomonEncoder

public final class ReedSolomonEncoder
extends Object

Implements Reed-Solomon enbcoding, as the name implies.

Since:
BlackBerry API 6.0.0

Constructor Summary
ReedSolomonEncoder(GF256 field)
           
 
Method Summary
 void encode(int[] toEncode, int ecBytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Constructor Detail

ReedSolomonEncoder

public ReedSolomonEncoder(GF256 field)
Since:
BlackBerry API 6.0.0


Method Detail

encode

public void encode(int[] toEncode,
                   int ecBytes)
Since:
BlackBerry API 6.0.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal