com.lowagie.text.pdf
static class BarcodeDatamatrix.ReedSolomon extends Object
Field Summary | |
---|---|
static int[] | alog |
static int[] | log |
static int[] | poly10 |
static int[] | poly11 |
static int[] | poly12 |
static int[] | poly14 |
static int[] | poly18 |
static int[] | poly20 |
static int[] | poly24 |
static int[] | poly28 |
static int[] | poly36 |
static int[] | poly42 |
static int[] | poly48 |
static int[] | poly5 |
static int[] | poly56 |
static int[] | poly62 |
static int[] | poly68 |
static int[] | poly7 |
Method Summary | |
---|---|
static void | generateECC(byte[] wd, int nd, int datablock, int nc) |
static int[] | getPoly(int nc) |
static void | reedSolomonBlock(byte[] wd, int nd, byte[] ncout, int nc, int[] c) |