BlockPair

Block pair.

Constructors

this
this(int[] data, int[] errorCorrection)

Creates a new block pair.

Members

Functions

getDataBytes
int[] getDataBytes()

Gets the data bytes.

getErrorCorrectionBytes
int[] getErrorCorrectionBytes()

Gets the error correction bytes.

Variables

dataBytes
int[] dataBytes;

Data bytes in the block.

errorCorrectionBytes
int[] errorCorrectionBytes;

Error correction bytes in the block.

Meta