com.itextpdf.text.pdf.qrcode
Class BlockPair

java.lang.Object
  extended by com.itextpdf.text.pdf.qrcode.BlockPair

final class BlockPair
extends Object

Since:
5.0.2

Field Summary
private  ByteArray dataBytes
           
private  ByteArray errorCorrectionBytes
           
 
Constructor Summary
BlockPair(ByteArray data, ByteArray errorCorrection)
           
 
Method Summary
 ByteArray getDataBytes()
           
 ByteArray getErrorCorrectionBytes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataBytes

private final ByteArray dataBytes

errorCorrectionBytes

private final ByteArray errorCorrectionBytes
Constructor Detail

BlockPair

BlockPair(ByteArray data,
          ByteArray errorCorrection)
Method Detail

getDataBytes

public ByteArray getDataBytes()

getErrorCorrectionBytes

public ByteArray getErrorCorrectionBytes()

Hosted by openminds