Package com.itextpdf.barcodes.qrcode
Class BlockPair
java.lang.Object
com.itextpdf.barcodes.qrcode.BlockPair
Helper class that groups a block of databytes with its corresponding block of error correction block
-
Field Details
-
dataBytes
-
errorCorrectionBytes
-
-
Constructor Details
-
BlockPair
-
-
Method Details
-
getDataBytes
- Returns:
- data block of the pair
-
getErrorCorrectionBytes
- Returns:
- error correction block of the pair
-