Class DecodedBitStreamParser

java.lang.Object
com.google.zxing.datamatrix.decoder.DecodedBitStreamParser

final class DecodedBitStreamParser extends Object

Data Matrix Codes can encode text as bits in one of several modes, and can use multiple modes in one Data Matrix Code. This class decodes the bits back into text.

See ISO 16022:2006, 5.2.1 - 5.2.9.2

  • Field Details

    • C40_BASIC_SET_CHARS

      private static final char[] C40_BASIC_SET_CHARS
      See ISO 16022:2006, Annex C Table C.1 The C40 Basic Character Set (*'s used for placeholders for the shift values)
    • C40_SHIFT2_SET_CHARS

      private static final char[] C40_SHIFT2_SET_CHARS
    • TEXT_BASIC_SET_CHARS

      private static final char[] TEXT_BASIC_SET_CHARS
      See ISO 16022:2006, Annex C Table C.2 The Text Basic Character Set (*'s used for placeholders for the shift values)
    • TEXT_SHIFT2_SET_CHARS

      private static final char[] TEXT_SHIFT2_SET_CHARS
    • TEXT_SHIFT3_SET_CHARS

      private static final char[] TEXT_SHIFT3_SET_CHARS
  • Constructor Details

    • DecodedBitStreamParser

      private DecodedBitStreamParser()
  • Method Details