Uses of Class
com.iizix.barcode.BarcodeData
Uses of BarcodeData in com.iizix.barcode
Modifier and TypeMethodDescriptionstatic BarcodeData
BarcodeReader.readBarcode
(BufferedImage image) Scans a BufferedImage and attempts to detect a single barcode.static BarcodeData
BarcodeReader.readBarcode
(File file) Reads a file and attempts to detect a single barcode.static BarcodeData
BarcodeReader.readBarcode
(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
(String fileName) Reads a file and attempts to detect a single barcode.