Class CharacterSetECI


  • public final class CharacterSetECI
    extends ECI
    Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
    Author:
    Sean Owen
    • Method Detail

      • getEncodingName

        public String getEncodingName()
      • getCharacterSetECIByValue

        public static CharacterSetECI getCharacterSetECIByValue​(int value)
        Parameters:
        value - character set ECI value
        Returns:
        CharacterSetECI representing ECI of given value, or null if it is legal but unsupported
        Throws:
        IllegalArgumentException - if ECI value is invalid
      • getCharacterSetECIByName

        public static CharacterSetECI getCharacterSetECIByName​(String name)
        Parameters:
        name - character set ECI encoding name
        Returns:
        CharacterSetECI representing ECI for character encoding, or null if it is legal but unsupported