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 VersionBitMatrixParser.versionprivate static final Version[]Version.VERSIONSMethods 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) VersionBitMatrixParser.getVersion()static VersionVersion.getVersionForDimensions(int numRows, int numColumns) Deduces version information from Data Matrix dimensions.private static VersionBitMatrixParser.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.