Uses of Class
com.google.zxing.common.reedsolomon.GenericGF
| Package | Description |
|---|---|
| com.google.zxing.common.reedsolomon |
-
Uses of GenericGF in com.google.zxing.common.reedsolomon
Fields in com.google.zxing.common.reedsolomon declared as GenericGF Modifier and Type Field Description static GenericGFGenericGF. AZTEC_DATA_10static GenericGFGenericGF. AZTEC_DATA_12static GenericGFGenericGF. AZTEC_DATA_6static GenericGFGenericGF. AZTEC_DATA_8static GenericGFGenericGF. AZTEC_PARAMstatic GenericGFGenericGF. DATA_MATRIX_FIELD_256static GenericGFGenericGF. MAXICODE_FIELD_64static GenericGFGenericGF. QR_CODE_FIELD_256Constructors in com.google.zxing.common.reedsolomon with parameters of type GenericGF Constructor Description GenericGFPoly(GenericGF field, int[] coefficients)ReedSolomonEncoder(GenericGF field)