Package com.google.zxing.qrcode.encoder
Class BlockPair
- java.lang.Object
-
- com.google.zxing.qrcode.encoder.BlockPair
-
final class BlockPair extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockPair(byte[] data, byte[] errorCorrection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDataBytes()
byte[]
getErrorCorrectionBytes()
-