Uses of Class
com.iizix.barcode.BarcodeData
Packages that use BarcodeData Package Description com.iizix.barcode Uses of BarcodeData in com.iizix.barcode
Methods in com.iizix.barcode that return BarcodeData Modifier and Type Method Description static BarcodeData
BarcodeReader. readBarcode(java.awt.image.BufferedImage image)
Scans a BufferedImage and attempts to detect a single barcode.static BarcodeData
BarcodeReader. readBarcode(java.io.File file)
Reads a file and attempts to detect a single barcode.static BarcodeData
BarcodeReader. readBarcode(java.io.InputStream in)
Reads an input stream as an image of PNG or JPEG type and attempts to detect a single barcode.static BarcodeData
BarcodeReader. readBarcode(java.lang.String fileName)
Reads a file and attempts to detect a single barcode.