Package | Description |
---|---|
com.google.zxing.datamatrix.decoder |
Modifier and Type | Field and Description |
---|---|
private Version |
BitMatrixParser.version |
private static Version[] |
Version.VERSIONS |
Modifier and Type | Method and Description |
---|---|
private static Version[] |
Version.buildVersions()
See ISO 16022:2006 5.5.1 Table 7
|
(package private) Version |
BitMatrixParser.getVersion() |
static Version |
Version.getVersionForDimensions(int numRows,
int numColumns)
Deduces version information from Data Matrix dimensions.
|
private static Version |
BitMatrixParser.readVersion(BitMatrix bitMatrix)
Creates the version object based on the dimension of the original bit matrix from
the datamatrix code.
|
Modifier and Type | Method and Description |
---|---|
(package private) static DataBlock[] |
DataBlock.getDataBlocks(byte[] rawCodewords,
Version version)
When Data Matrix Codes use multiple data blocks, they actually interleave the bytes of each of them.
|