public final class ErrorCorrection
extends java.lang.Object
PDF417 error correction implementation.
This example is quite useful in understanding the algorithm.
ReedSolomonDecoder
Constructor and Description |
---|
ErrorCorrection() |
Modifier and Type | Method and Description |
---|---|
void |
decode(int[] received,
int numECCodewords,
int[] erasures) |
public void decode(int[] received, int numECCodewords, int[] erasures) throws ChecksumException
ChecksumException