public static class QrCode.BlockInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
blocks
Number of error data blocks of this size.
|
int |
codewords
Code words per block
|
int |
dataCodewords
Number of data codewords
|
| Constructor and Description |
|---|
BlockInfo(int codewords,
int dataCodewords,
int blocks) |
public final int codewords
public final int dataCodewords
public final int blocks