Uses of Package
com.google.zxing.common.reedsolomon
-
Classes in com.google.zxing.common.reedsolomon used by com.google.zxing.aztec.encoder Class Description GenericGF This class contains utility methods for performing mathematical operations over the Galois Fields. -
Classes in com.google.zxing.common.reedsolomon used by com.google.zxing.common.reedsolomon Class Description GenericGF This class contains utility methods for performing mathematical operations over the Galois Fields.GenericGFPoly Represents a polynomial whose coefficients are elements of a GF.ReedSolomonException Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct. -
Classes in com.google.zxing.common.reedsolomon used by com.google.zxing.datamatrix.decoder Class Description ReedSolomonDecoder Implements Reed-Solomon decoding, as the name implies. -
Classes in com.google.zxing.common.reedsolomon used by com.google.zxing.maxicode.decoder Class Description ReedSolomonDecoder Implements Reed-Solomon decoding, as the name implies. -
Classes in com.google.zxing.common.reedsolomon used by com.google.zxing.qrcode.decoder Class Description ReedSolomonDecoder Implements Reed-Solomon decoding, as the name implies.