Package com.google.zxing.qrcode.encoder
Class BlockPair
- java.lang.Object
-
- com.google.zxing.qrcode.encoder.BlockPair
-
final class BlockPair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
dataBytes
private byte[]
errorCorrectionBytes
-
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()
-