Class DataMatrixErrorCorrection

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

public class DataMatrixErrorCorrection extends Object implements DataMatrixReedSolomonFactors
Error Correction Code for ECC200.
Version:
$Id: DataMatrixErrorCorrection.java,v 1.2 2006-12-22 15:58:27 jmaerki Exp $
  • Constructor Details

    • DataMatrixErrorCorrection

      public DataMatrixErrorCorrection()
  • Method Details

    • encodeECC200

      public static String encodeECC200(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.