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