Package com.google.zxing.multi
Interface MultipleBarcodeReader
-
- All Known Implementing Classes:
GenericMultipleBarcodeReader,PDF417Reader,QRCodeMultiReader
public interface MultipleBarcodeReaderImplementation of this interface attempt to read several barcodes from one image.- See Also:
Reader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Result[]decodeMultiple(BinaryBitmap image)Result[]decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)
-
-
-
Method Detail
-
decodeMultiple
Result[] decodeMultiple(BinaryBitmap image) throws NotFoundException
- Throws:
NotFoundException
-
decodeMultiple
Result[] decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) throws NotFoundException
- Throws:
NotFoundException
-
-