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.

Author:
Sean Owen
See Also:
Reader

Method Summary
 Result[] decodeMultiple(BinaryBitmap image)
           
 Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType,?> hints)
           
 

Method Detail

decodeMultiple

Result[] decodeMultiple(BinaryBitmap image)
                        throws NotFoundException
Throws:
NotFoundException

decodeMultiple

Result[] decodeMultiple(BinaryBitmap image,
                        Map<DecodeHintType,?> hints)
                        throws NotFoundException
Throws:
NotFoundException


Copyright © 2007-2012. All Rights Reserved.