Package com.itextpdf.barcodes.qrcode
Class BlockPair
- java.lang.Object
-
- com.itextpdf.barcodes.qrcode.BlockPair
-
final class BlockPair extends java.lang.ObjectHelper class that groups a block of databytes with its corresponding block of error correction block
-
-
Field Summary
Fields Modifier and Type Field Description private ByteArraydataBytesprivate ByteArrayerrorCorrectionBytes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArraygetDataBytes()ByteArraygetErrorCorrectionBytes()
-