Class DataMatrixErrorCorrection
java.lang.Object
org.krysalis.barcode4j.impl.datamatrix.DataMatrixErrorCorrection
- All Implemented Interfaces:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringencodeECC200(String codewords, DataMatrixSymbolInfo symbolInfo) Creates the ECC200 error correction for an encoded message.
-
Constructor Details
-
DataMatrixErrorCorrection
public DataMatrixErrorCorrection()
-
-
Method Details
-
encodeECC200
Creates the ECC200 error correction for an encoded message.- Parameters:
codewords- the codewordssymbolInfo- information about the symbol to be encoded- Returns:
- the codewords with interleaved error correction.
-