Class CharacterSetECI
java.lang.Object
zext.plantuml.com.google.zxing.common.ECI
zext.plantuml.com.google.zxing.common.CharacterSetECI
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1
of ISO 18004.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CharacterSetECI
static CharacterSetECI
getCharacterSetECIByValue
(int value) Methods inherited from class zext.plantuml.com.google.zxing.common.ECI
getECIByValue, getValue
-
Method Details
-
getEncodingName
-
getCharacterSetECIByValue
- 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
- Parameters:
name
- character set ECI encoding name- Returns:
CharacterSetECI
representing ECI for character encoding, or null if it is legal but unsupported
-