com.businessrefinery.barcodereader.datamatrix
Class DataMatrixReader
java.lang.Object
com.businessrefinery.barcodereader.datamatrix.DataMatrixReader
public class DataMatrixReader
- extends java.lang.Object
Class for reading data from data matrix barcode image.
Usage:
// load image into a BufferedImage object
BufferedImage bufferedImage = new BufferedImage(...);
DataMatrixReader reader= new DataMatrixReader();
DataMatrixData[] datas = reader.read(new BarcodeImage(bufferedImage));
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataMatrixReader
public DataMatrixReader()
main
public static void main(java.lang.String[] args)
read
public DataMatrixData[] read(BarcodeImage cimage)