public final class ErrorCorrection extends Object
PDF417 error correction implementation.
This example is quite useful in understanding the algorithm.
ReedSolomonDecoder| Constructor and Description |
|---|
ErrorCorrection() |
public int decode(int[] received,
int numECCodewords,
int[] erasures)
throws ChecksumException
ChecksumExceptionCopyright © 2007-2013. All Rights Reserved.