Class ErrorCorrection

java.lang.Object
com.google.zxing.datamatrix.encoder.ErrorCorrection

public final class ErrorCorrection extends Object
Error Correction Code for ECC200.
  • Method Details

    • encodeECC200

      public static String encodeECC200(String codewords, SymbolInfo symbolInfo)
      Creates 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.