Uses of Class
com.google.zxing.qrcode.decoder.Mode
Package | Description |
---|---|
com.google.zxing.qrcode.decoder | |
com.google.zxing.qrcode.encoder |
-
Uses of Mode in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that return Mode Modifier and Type Method Description static Mode
Mode. forBits(int bits)
static Mode
Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mode[]
Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mode in com.google.zxing.qrcode.encoder
Methods in com.google.zxing.qrcode.encoder that return Mode Modifier and Type Method Description static Mode
Encoder. chooseMode(String content)
Mode
QRCode. getMode()
Methods in com.google.zxing.qrcode.encoder with parameters of type Mode Modifier and Type Method Description (package private) static void
Encoder. appendBytes(String content, Mode mode, BitArray bits, String encoding)
Append "bytes" in "mode" mode (encoding) into "bits".(package private) static void
Encoder. appendLengthInfo(int numLetters, Version version, Mode mode, BitArray bits)
Append length info.(package private) static void
Encoder. appendModeInfo(Mode mode, BitArray bits)
Append mode info.void
QRCode. setMode(Mode value)