Class Decoder.CorrectedBitsResult

java.lang.Object
com.google.zxing.aztec.decoder.Decoder.CorrectedBitsResult
Enclosing class:
Decoder

static final class Decoder.CorrectedBitsResult extends Object
  • Field Details

    • correctBits

      private final boolean[] correctBits
    • errorsCorrected

      private final int errorsCorrected
    • ecLevel

      private final int ecLevel
  • Constructor Details

    • CorrectedBitsResult

      CorrectedBitsResult(boolean[] correctBits, int errorsCorrected, int ecLevel)