com.google.zxing.pdf417.decoder.ec
Class ErrorCorrection
java.lang.Object
com.google.zxing.pdf417.decoder.ec.ErrorCorrection
public final class ErrorCorrection
- extends Object
PDF417 error correction implementation.
This example
is quite useful in understanding the algorithm.
- Author:
- Sean Owen
- See Also:
ReedSolomonDecoder
|
Method Summary |
void |
decode(int[] received,
int numECCodewords,
int[] erasures)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorCorrection
public ErrorCorrection()
decode
public void decode(int[] received,
int numECCodewords,
int[] erasures)
throws ChecksumException
- Throws:
ChecksumException
Copyright © 2007-2012. All Rights Reserved.