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_ECI
private static java.util.Map<java.lang.Integer,CharacterSetECI>
CharacterSetECI. VALUE_TO_ECI
Methods in com.google.zxing.common that return CharacterSetECI Modifier and Type Method Description static CharacterSetECI
CharacterSetECI. getCharacterSetECI(java.nio.charset.Charset charset)
static CharacterSetECI
CharacterSetECI. getCharacterSetECIByName(java.lang.String name)
static CharacterSetECI
CharacterSetECI. getCharacterSetECIByValue(int value)
static CharacterSetECI
CharacterSetECI. 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 void
DecodedBitStreamParser. 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 void
Encoder. appendECI(CharacterSetECI eci, BitArray bits)
-