Package com.itextpdf.barcodes.qrcode
Class BlockPair
- java.lang.Object
-
- com.itextpdf.barcodes.qrcode.BlockPair
-
final class BlockPair extends java.lang.Object
Helper class that groups a block of databytes with its corresponding block of error correction block
-
-
Field Summary
Fields Modifier and Type Field Description private ByteArray
dataBytes
private ByteArray
errorCorrectionBytes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArray
getDataBytes()
ByteArray
getErrorCorrectionBytes()
-