barcode4j 2.1.0

org.krysalis.barcode4j.impl.datamatrix
Class DataMatrixErrorCorrection

java.lang.Object
  extended by org.krysalis.barcode4j.impl.datamatrix.DataMatrixErrorCorrection
All Implemented Interfaces:
DataMatrixReedSolomonFactors

public class DataMatrixErrorCorrection
extends java.lang.Object
implements DataMatrixReedSolomonFactors

Error Correction Code for ECC200.

Version:
$Id: DataMatrixErrorCorrection.java,v 1.2 2006/12/22 15:58:27 jmaerki Exp $

Field Summary
 
Fields inherited from interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixReedSolomonFactors
FACTOR_SETS, FACTORS
 
Constructor Summary
DataMatrixErrorCorrection()
           
 
Method Summary
static java.lang.String encodeECC200(java.lang.String codewords, DataMatrixSymbolInfo symbolInfo)
          Creates the ECC200 error correction for an encoded message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMatrixErrorCorrection

public DataMatrixErrorCorrection()
Method Detail

encodeECC200

public static java.lang.String encodeECC200(java.lang.String codewords,
                                            DataMatrixSymbolInfo symbolInfo)
Creates the ECC200 error correction for an encoded message.

Parameters:
codewords - the codewords
symbolInfo - information about the symbol to be encoded
Returns:
the codewords with interleaved error correction.

barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.