Package | Description |
---|---|
com.google.zxing.common.reedsolomon |
Modifier and Type | Method and Description |
---|---|
void |
ReedSolomonDecoder.decode(int[] received,
int twoS)
Decodes given set of received codewords, which include both data and error-correction
codewords.
|
com.google.zxing.common.reedsolomon.GenericGFPoly[] |
ReedSolomonDecoder.runEuclideanAlgorithm(com.google.zxing.common.reedsolomon.GenericGFPoly a,
com.google.zxing.common.reedsolomon.GenericGFPoly b,
int R) |
Copyright © 2007-2014. All Rights Reserved.