Uses of Class
com.google.zxing.common.CharacterSetECI
-
Packages that use CharacterSetECI Package Description com.google.zxing.common com.google.zxing.qrcode.decoder com.google.zxing.qrcode.encoder -
-
Uses of CharacterSetECI in com.google.zxing.common
Fields in com.google.zxing.common with type parameters of type CharacterSetECI Modifier and Type Field Description private static java.util.Map<java.lang.String,CharacterSetECI>CharacterSetECI. NAME_TO_ECIprivate static java.util.Map<java.lang.Integer,CharacterSetECI>CharacterSetECI. VALUE_TO_ECIMethods in com.google.zxing.common that return CharacterSetECI Modifier and Type Method Description static CharacterSetECICharacterSetECI. getCharacterSetECI(java.nio.charset.Charset charset)static CharacterSetECICharacterSetECI. getCharacterSetECIByName(java.lang.String name)static CharacterSetECICharacterSetECI. getCharacterSetECIByValue(int value)static CharacterSetECICharacterSetECI. valueOf(java.lang.String name)Returns 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 CharacterSetECI Modifier and Type Method Description private static voidDecodedBitStreamParser. decodeByteSegment(BitSource bits, java.lang.StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, java.util.Collection<byte[]> byteSegments, java.util.Map<DecodeHintType,?> hints) -
Uses of CharacterSetECI in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder with parameters of type CharacterSetECI Modifier and Type Method Description private static voidEncoder. appendECI(CharacterSetECI eci, BitArray bits)
-