Class ErrorCorrection
java.lang.Object
com.google.zxing.datamatrix.encoder.ErrorCorrection
Error Correction Code for ECC200.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
encodeECC200
(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.
-