com.google.zxing.pdf417.decoder.ec
Class ErrorCorrection

java.lang.Object
  extended by 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

Constructor Summary
ErrorCorrection()
           
 
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
 

Constructor Detail

ErrorCorrection

public ErrorCorrection()
Method Detail

decode

public void decode(int[] received,
                   int numECCodewords,
                   int[] erasures)
            throws ChecksumException
Throws:
ChecksumException


Copyright © 2007-2012. All Rights Reserved.