Uses of Class
com.google.zxing.datamatrix.decoder.DataBlock
-
Packages that use DataBlock Package Description com.google.zxing.datamatrix.decoder -
-
Uses of DataBlock in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder that return DataBlock 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.
-