Uses of Enum Class
com.google.zxing.common.CharacterSetECI
Packages that use CharacterSetECI
Package
Description
-
Uses of CharacterSetECI in com.google.zxing.common
Fields in com.google.zxing.common with type parameters of type CharacterSetECIModifier and TypeFieldDescriptionprivate static final Map
<String, CharacterSetECI> CharacterSetECI.NAME_TO_ECI
private static final Map
<Integer, CharacterSetECI> CharacterSetECI.VALUE_TO_ECI
Methods in com.google.zxing.common that return CharacterSetECIModifier and TypeMethodDescriptionstatic CharacterSetECI
CharacterSetECI.getCharacterSetECI
(Charset charset) static CharacterSetECI
CharacterSetECI.getCharacterSetECIByName
(String name) static CharacterSetECI
CharacterSetECI.getCharacterSetECIByValue
(int value) static CharacterSetECI
Returns the enum constant of this class with the specified name.static CharacterSetECI[]
CharacterSetECI.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CharacterSetECI in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder with parameters of type CharacterSetECIModifier and TypeMethodDescriptionprivate static void
DecodedBitStreamParser.decodeByteSegment
(BitSource bits, StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, Collection<byte[]> byteSegments, Map<DecodeHintType, ?> hints) -
Uses of CharacterSetECI in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder with parameters of type CharacterSetECIModifier and TypeMethodDescriptionprivate static void
Encoder.appendECI
(CharacterSetECI eci, BitArray bits)