Package com.google.zxing.qrcode.encoder
Class BlockPair
java.lang.Object
com.google.zxing.qrcode.encoder.BlockPair
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private final byte[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dataBytes
private final byte[] dataBytes -
errorCorrectionBytes
private final byte[] errorCorrectionBytes
-
-
Constructor Details
-
BlockPair
BlockPair(byte[] data, byte[] errorCorrection)
-
-
Method Details
-
getDataBytes
public byte[] getDataBytes() -
getErrorCorrectionBytes
public byte[] getErrorCorrectionBytes()
-