Class ErrorCorrection
java.lang.Object
com.google.zxing.datamatrix.encoder.ErrorCorrection
Error Correction Code for ECC200.
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringencodeECC200(String codewords, SymbolInfo symbolInfo) Creates the ECC200 error correction for an encoded message.
- 
Method Details- 
encodeECC200Creates 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.
 
 
-