com.google.zxing.multi
Interface MultipleBarcodeReader
- All Known Implementing Classes:
- GenericMultipleBarcodeReader, QRCodeMultiReader
public interface MultipleBarcodeReader
Implementation of this interface attempt to read several barcodes from one image.
- See Also:
Reader
- Since:
- BlackBerry API 6.0.0
decodeMultiple
Result[] decodeMultiple(BinaryBitmap image)
throws NotFoundException
- Throws:
NotFoundException
- Since:
- BlackBerry API 6.0.0
decodeMultiple
Result[] decodeMultiple(BinaryBitmap image,
Hashtable hints)
throws NotFoundException
- Throws:
NotFoundException
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal