Class Version.ECBlocks
java.lang.Object
com.google.zxing.datamatrix.decoder.Version.ECBlocks
- Enclosing class:
Version
Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ECBlocks
(int ecCodewords, Version.ECB ecBlocks) private
ECBlocks
(int ecCodewords, Version.ECB ecBlocks1, Version.ECB ecBlocks2) -
Method Summary
-
Field Details
-
ecCodewords
private final int ecCodewords -
ecBlocks
-
-
Constructor Details
-
ECBlocks
-
ECBlocks
-
-
Method Details
-
getECCodewords
int getECCodewords() -
getECBlocks
Version.ECB[] getECBlocks()
-