Class BlockPair

java.lang.Object
com.itextpdf.barcodes.qrcode.BlockPair

final class BlockPair extends Object
Helper class that groups a block of databytes with its corresponding block of error correction block
  • Field Details

    • dataBytes

      private final ByteArray dataBytes
    • errorCorrectionBytes

      private final ByteArray errorCorrectionBytes
  • Constructor Details

  • Method Details

    • getDataBytes

      public ByteArray getDataBytes()
      Returns:
      data block of the pair
    • getErrorCorrectionBytes

      public ByteArray getErrorCorrectionBytes()
      Returns:
      error correction block of the pair