Class BlockPair

java.lang.Object
com.google.zxing.qrcode.encoder.BlockPair

final class BlockPair extends Object
  • Field Details

    • dataBytes

      private final byte[] dataBytes
    • errorCorrectionBytes

      private final byte[] errorCorrectionBytes
  • Constructor Details

    • BlockPair

      BlockPair(byte[] data, byte[] errorCorrection)
  • Method Details

    • getDataBytes

      public byte[] getDataBytes()
    • getErrorCorrectionBytes

      public byte[] getErrorCorrectionBytes()