|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.impl.datamatrix.DataMatrixErrorCorrection
public class DataMatrixErrorCorrection
Error Correction Code for ECC200.
Field Summary |
---|
Fields inherited from interface org.krysalis.barcode4j.impl.datamatrix.DataMatrixReedSolomonFactors |
---|
FACTOR_SETS, FACTORS |
Constructor Summary | |
---|---|
DataMatrixErrorCorrection()
|
Method Summary | |
---|---|
static java.lang.String |
encodeECC200(java.lang.String codewords,
DataMatrixSymbolInfo symbolInfo)
Creates the ECC200 error correction for an encoded message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataMatrixErrorCorrection()
Method Detail |
---|
public static java.lang.String encodeECC200(java.lang.String codewords, DataMatrixSymbolInfo symbolInfo)
codewords
- the codewordssymbolInfo
- information about the symbol to be encoded
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |