| Package | Description |
|---|---|
| com.google.zxing |
Subset of ZXing (Zebra Crossing) library containing QR code
generation functionality for I2P destinations.
|
| com.google.zxing.common |
Common utilities and classes for ZXing barcode and QR code processing.
|
| com.google.zxing.qrcode.decoder |
QR code decoding implementation for ZXing.
|
| Modifier and Type | Method and Description |
|---|---|
static FormatException |
FormatException.getFormatInstance() |
static FormatException |
FormatException.getFormatInstance(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static CharacterSetECI |
CharacterSetECI.getCharacterSetECIByValue(int value) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.getProvisionalVersionForDimension(int dimension)
Deduces version information purely from QR Code dimensions.
|