Uses of Class
com.iizix.barcode.BarcodeData
Packages that use BarcodeData
Uses of BarcodeData in com.iizix.barcode
Methods in com.iizix.barcode that return BarcodeDataModifier and TypeMethodDescriptionstatic BarcodeDataBarcodeReader.readBarcode(BufferedImage image) Scans a BufferedImage and attempts to detect a single barcode.static BarcodeDataBarcodeReader.readBarcode(File file) Reads a file and attempts to detect a single barcode.static BarcodeDataBarcodeReader.readBarcode(InputStream in) Reads an input stream as an image of PNG or JPEG type and attempts to detect a single barcode.static BarcodeDataBarcodeReader.readBarcode(String fileName) Reads a file and attempts to detect a single barcode.