Ejemplo n.º 1
0
 internal BlockPair(ByteArray data, ByteArray errorCorrection)
 {
     dataBytes            = data;
     errorCorrectionBytes = errorCorrection;
 }