com.google.zxing.common
Class CharacterSetECI
java.lang.Object
com.google.zxing.common.ECI
com.google.zxing.common.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2013. All Rights Reserved.