Class BitMatrixParser


  • final class BitMatrixParser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private BitMatrix bitMatrix  
      private static int[][] BITNR  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] readCodewords()  
      • Methods inherited from class java.lang.Object

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

      • BITNR

        private static final int[][] BITNR
      • bitMatrix

        private final BitMatrix bitMatrix
    • Constructor Detail

      • BitMatrixParser

        BitMatrixParser​(BitMatrix bitMatrix)
        Parameters:
        bitMatrix - BitMatrix to parse
    • Method Detail

      • readCodewords

        byte[] readCodewords()