com.itextpdf.text.pdf.qrcode
Class BlockPair
java.lang.Object
com.itextpdf.text.pdf.qrcode.BlockPair
final class BlockPair
- extends Object
- Since:
- 5.0.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataBytes
private final ByteArray dataBytes
errorCorrectionBytes
private final ByteArray errorCorrectionBytes
BlockPair
BlockPair(ByteArray data,
ByteArray errorCorrection)
getDataBytes
public ByteArray getDataBytes()
getErrorCorrectionBytes
public ByteArray getErrorCorrectionBytes()