Package zext.plantuml.com.google.zxing.common.reedsolomon


package zext.plantuml.com.google.zxing.common.reedsolomon
  • Class
    Description
    This class contains utility methods for performing mathematical operations over the Galois Field GF(256).
    Implements Reed-Solomon enbcoding, as the name implies.
    Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.