Uses of Class
com.google.zxing.datamatrix.decoder.Version
Packages that use Version
-
Uses of Version in com.google.zxing.datamatrix.decoder
Fields in com.google.zxing.datamatrix.decoder declared as VersionModifier and TypeFieldDescriptionprivate final Version
BitMatrixParser.version
private static final Version[]
Version.VERSIONS
Methods in com.google.zxing.datamatrix.decoder that return VersionModifier and TypeMethodDescriptionprivate 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 VersionModifier and TypeMethodDescription(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.