Class ErrorCorrection


  • public final class ErrorCorrection
    extends java.lang.Object
    Error Correction Code for ECC200.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encodeECC200​(java.lang.String codewords, SymbolInfo symbolInfo)
      Creates the ECC200 error correction for an encoded message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 codewords
        symbolInfo - information about the symbol to be encoded
        Returns:
        the codewords with interleaved error correction.