Class AI01decoder

java.lang.Object
com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
com.google.zxing.oned.rss.expanded.decoders.AI01decoder
Direct Known Subclasses:
AI01392xDecoder, AI01393xDecoder, AI01AndOtherAIs, AI01weightDecoder

abstract class AI01decoder extends AbstractExpandedDecoder
  • Field Details

  • Constructor Details

    • AI01decoder

      AI01decoder(BitArray information)
  • Method Details

    • encodeCompressedGtin

      final void encodeCompressedGtin(StringBuilder buf, int currentPos)
    • encodeCompressedGtinWithoutAI

      final void encodeCompressedGtinWithoutAI(StringBuilder buf, int currentPos, int initialBufferPosition)
    • appendCheckDigit

      private static void appendCheckDigit(StringBuilder buf, int currentPos)