Class Decoder.CorrectedBitsResult

  • Enclosing class:
    Decoder

    static final class Decoder.CorrectedBitsResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CorrectedBitsResult​(boolean[] correctBits, int errorsCorrected, int ecLevel)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • correctBits

        private final boolean[] correctBits
      • errorsCorrected

        private final int errorsCorrected
      • ecLevel

        private final int ecLevel
    • Constructor Detail

      • CorrectedBitsResult

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