Toggle navigation
JarYard
Browse
Search
About
Groups
com.google.zxing
core
3.2.1
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
com
.
google
.
zxing
.
common
.
reedsolomon
Class Summary
Class
Description
GenericGF
This class contains utility methods for performing mathematical operations over the Galois Fields.
ReedSolomonDecoder
Implements Reed-Solomon decoding, as the name implies.
ReedSolomonEncoder
Implements Reed-Solomon enbcoding, as the name implies.
Exception Summary
Exception
Description
ReedSolomonException
Thrown when an exception occurs during Reed-Solomon decoding, such as when there are too many errors to correct.