com.stimulsoft.report.barCodes.maxicode
Class ReedSolomon

java.lang.Object
  extended by com.stimulsoft.report.barCodes.maxicode.ReedSolomon

public class ReedSolomon
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
ReedSolomon(int poly, int nsym, int index)
           
 
Method Summary
 int[] encode(int len, int[] data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReedSolomon

public ReedSolomon(int poly,
                   int nsym,
                   int index)
Method Detail

encode

public int[] encode(int len,
                    int[] data)