Package de.vwsoft.barcodelib4j.twod.zxing.common


package de.vwsoft.barcodelib4j.twod.zxing.common
  • Class
    Description
    A simple, fast array of bits, represented compactly by an array of ints internally.
    Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
    Set of CharsetEncoders for a given input string Invariants: - The list contains only encoders from CharacterSetECI (list is shorter then the list of encoders available on the platform for which ECI values are defined)
    Interface to navigate a sequence of ECIs and bytes.
    This class contains utility methods for performing mathematical operations over the Galois Fields.
    Class that converts a character string into a sequence of ECIs and bytes The implementation uses the Dijkstra algorithm to produce minimal encodings
    Implements Reed-Solomon encoding, as the name implies.