Class ErrorCorrection
- java.lang.Object
-
- com.google.zxing.datamatrix.encoder.ErrorCorrection
-
public final class ErrorCorrection extends java.lang.ObjectError Correction Code for ECC200.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringencodeECC200(java.lang.String codewords, SymbolInfo symbolInfo)Creates the ECC200 error correction for an encoded message.
-
-
-
Method Detail
-
encodeECC200
public static java.lang.String encodeECC200(java.lang.String codewords, SymbolInfo symbolInfo)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.
-
-