static final class Version.ECBlocks
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
private Version.ECB[] |
ecBlocks |
private int |
ecCodewords |
Modifier | Constructor and Description |
---|---|
private |
ECBlocks(int ecCodewords,
Version.ECB ecBlocks) |
private |
ECBlocks(int ecCodewords,
Version.ECB ecBlocks1,
Version.ECB ecBlocks2) |
Modifier and Type | Method and Description |
---|---|
(package private) Version.ECB[] |
getECBlocks() |
(package private) int |
getECCodewords() |
private final int ecCodewords
private final Version.ECB[] ecBlocks
private ECBlocks(int ecCodewords, Version.ECB ecBlocks)
private ECBlocks(int ecCodewords, Version.ECB ecBlocks1, Version.ECB ecBlocks2)
int getECCodewords()
Version.ECB[] getECBlocks()