Uses of Enum
com.google.zxing.common.CharacterSetECI
Packages that use CharacterSetECI
Package
Description
-
Uses of CharacterSetECI in com.google.zxing.common
Subclasses with type arguments of type CharacterSetECI in com.google.zxing.commonModifier and TypeClassDescriptionenumEncapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.Fields in com.google.zxing.common with type parameters of type CharacterSetECIModifier and TypeFieldDescriptionprivate static final Map<String, CharacterSetECI> CharacterSetECI.NAME_TO_ECIprivate static final Map<Integer, CharacterSetECI> CharacterSetECI.VALUE_TO_ECIMethods in com.google.zxing.common that return CharacterSetECIModifier and TypeMethodDescriptionstatic CharacterSetECICharacterSetECI.getCharacterSetECI(Charset charset) static CharacterSetECICharacterSetECI.getCharacterSetECIByName(String name) static CharacterSetECICharacterSetECI.getCharacterSetECIByValue(int value) static CharacterSetECIReturns the enum constant of this type with the specified name.static CharacterSetECI[]CharacterSetECI.values()Returns an array containing the constants of this enum type, 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 voidDecodedBitStreamParser.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 voidEncoder.appendECI(CharacterSetECI eci, BitArray bits)