public final class ErrorCorrection extends Object
PDF417 error correction implementation.
This example is quite useful in understanding the algorithm.
ReedSolomonDecoder
public int decode(int[] received, int numECCodewords, int[] erasures) throws ChecksumException
ChecksumException
Copyright © 2007–2014. All rights reserved.