Package com.google.zxing.qrcode.encoder
Class BlockPair
java.lang.Object
com.google.zxing.qrcode.encoder.BlockPair
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BlockPair
BlockPair(byte[] data, byte[] errorCorrection)
-
-
Method Details
-
getDataBytes
public byte[] getDataBytes() -
getErrorCorrectionBytes
public byte[] getErrorCorrectionBytes()
-