CharacterSetECI class

Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.

Properties

encoding Encoding
getter/setter pair
encodingNames List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<int>
final

Methods

getValue() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

findByName(String name) CharacterSetECI
getCharacterSetECI(Encoding encoding) CharacterSetECI?
@param charset Java character set object @return CharacterSetECI representing ECI for character encoding, or null if it is legal but unsupported
getCharacterSetECIByValue(int value) CharacterSetECI?
@param value character set ECI value @return {@code CharacterSetECI} representing ECI of given value, or null if it is legal but unsupported @throws FormatException if ECI value is invalid