public 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.
コンストラクタ | 説明 |
---|---|
ECBlocks(int ecCodewordsPerBlock,
Version.ECB... ecBlocks) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Version.ECB[] |
getECBlocks() |
|
int |
getECCodewordsPerBlock() |
|
int |
getNumBlocks() |
|
int |
getTotalECCodewords() |
ECBlocks(int ecCodewordsPerBlock, Version.ECB... ecBlocks)
public int getECCodewordsPerBlock()
public int getNumBlocks()
public int getTotalECCodewords()
public Version.ECB[] getECBlocks()