This class implements an array of unsigned bytes.
コード例 #1
0
ファイル: BlockPair.cs プロジェクト: henningms/zxing2.0-wp7
 internal BlockPair(ByteArray data, ByteArray errorCorrection)
 {
     dataBytes = data;
     errorCorrectionBytes = errorCorrection;
 }