Package | Description |
---|---|
com.google.zxing.common | |
com.google.zxing.qrcode.decoder | |
com.google.zxing.qrcode.encoder |
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
private static void |
Encoder.appendECI(CharacterSetECI eci,
BitArray bits) |