Uses of Class
com.google.zxing.datamatrix.decoder.Version
-
Packages that use Version Package Description com.google.zxing.datamatrix.decoder -
-
Uses of Version in com.google.zxing.datamatrix.decoder
Fields in com.google.zxing.datamatrix.decoder declared as Version Modifier and Type Field Description private Version
BitMatrixParser. version
private static Version[]
Version. VERSIONS
Methods in com.google.zxing.datamatrix.decoder that return Version Modifier and Type Method 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.Methods in com.google.zxing.datamatrix.decoder with parameters of type Version Modifier and Type Method 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.
-