EcBlocks

Undocumented in source.

Constructors

this
this(int ecCodewordsPerBlock, EcBlock* ecb1, EcBlock* ecb2)

Creates a new EC blocks instance.

this
this(int ecCodewordsPerBlock, EcBlock* ecb1)
Undocumented in source.

Members

Functions

getEcBlocks
EcBlock[] getEcBlocks()

Gets the EC blocks included in this collection.

getEcCodewordsPerBlock
int getEcCodewordsPerBlock()

Gets the number of EC codewords per block.

getNumBlocks
int getNumBlocks()

Gets the total number of EC block appearances.

getTotalEcCodewords
int getTotalEcCodewords()

Gets the total count of EC codewords.

Variables

ecBlocks
EcBlock[] ecBlocks;

List of EC blocks.

ecCodewordsPerBlock
int ecCodewordsPerBlock;

Number of EC codewords per block.

Meta