Class ReedSolomonEncoder


  • public final class ReedSolomonEncoder
    extends java.lang.Object

    Implements Reed-Solomon enbcoding, as the name implies.

    Since:
    5.0.2
    Author:
    Sean Owen, William Rucklidge
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(int[] toEncode, int ecBytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReedSolomonEncoder

        public ReedSolomonEncoder​(GF256 field)
    • Method Detail

      • encode

        public void encode​(int[] toEncode,
                           int ecBytes)