com.businessrefinery.barcodereader.datamatrix
Class DataMatrixReader

java.lang.Object
  extended by 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));


Constructor Summary
DataMatrixReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 DataMatrixData[] read(BarcodeImage cimage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMatrixReader

public DataMatrixReader()
Method Detail

main

public static void main(java.lang.String[] args)

read

public DataMatrixData[] read(BarcodeImage cimage)