This class implements an array of unsigned bytes.
Exemple #1
0
 internal BlockPair(ByteArray data, ByteArray errorCorrection)
 {
     dataBytes = data;
     errorCorrectionBytes = errorCorrection;
 }