| Package | Description |
|---|---|
| com.google.zxing.qrcode.decoder | QR code decoding implementation for ZXing. |
| com.google.zxing.qrcode.encoder | QR code encoding implementation for ZXing. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Version | Version.decodeVersionInformation(int versionBits) |
static Version | Version.getProvisionalVersionForDimension(int dimension)Deduces version information purely from QR Code dimensions. |
static Version | Version.getVersionForNumber(int versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
int | Mode.getCharacterCountBits(Version version) |
| Modifier and Type | Method and Description |
|---|---|
Version | QRCode.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void | Encoder.appendLengthInfo(int numLetters,
Version version,
Mode mode,
BitArray bits)Append length info. |
(package private) static void | MatrixUtil.buildMatrix(BitArray dataBits,
ErrorCorrectionLevel ecLevel,
Version version,
int maskPattern,
ByteMatrix matrix)Build the QR code matrix |
(package private) static void | MatrixUtil.embedBasicPatterns(Version version,
ByteMatrix matrix)Embed position detection, timing, and adjustment patterns |
(package private) static void | MatrixUtil.makeVersionInfoBits(Version version,
BitArray bits)Make version information bit vector |
(package private) static void | MatrixUtil.maybeEmbedVersionInfo(Version version,
ByteMatrix matrix)Embed version info if version >= 7 |
void | QRCode.setVersion(Version version)setVersion. |