Class Code93Reader

    • Field Detail

      • ALPHABET

        private static final char[] ALPHABET
      • CHARACTER_ENCODINGS

        static final int[] CHARACTER_ENCODINGS
        These represent the encodings of characters, as patterns of wide and narrow bars. The 9 least-significant bits of each int correspond to the pattern of wide and narrow.
      • ASTERISK_ENCODING

        static final int ASTERISK_ENCODING
      • decodeRowResult

        private final java.lang.StringBuilder decodeRowResult
      • counters

        private final int[] counters
    • Constructor Detail

      • Code93Reader

        public Code93Reader()