java.lang.Object
de.vwsoft.barcodelib4j.twod.datamatrix.ErrorCorrection
Error Correction Code for ECC200.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringencodeECC200(String codewords, SymbolInfo symbolInfo) Creates the ECC200 error correction for an encoded message.
-
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.
-