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
Modifier and Type Method Description byte[]
getDataBytes()
byte[]
getErrorCorrectionBytes()
-
Constructor Details
-
BlockPair
BlockPair(byte[] data, byte[] errorCorrection)
-
-
Method Details
-
getDataBytes
public byte[] getDataBytes() -
getErrorCorrectionBytes
public byte[] getErrorCorrectionBytes()
-