Uses of Interface
com.google.zxing.multi.MultipleBarcodeReader
-
Packages that use MultipleBarcodeReader Package Description com.google.zxing.multi com.google.zxing.multi.qrcode com.google.zxing.pdf417 -
-
Uses of MultipleBarcodeReader in com.google.zxing.multi
Classes in com.google.zxing.multi that implement MultipleBarcodeReader Modifier and Type Class Description class
GenericMultipleBarcodeReader
Attempts to locate multiple barcodes in an image by repeatedly decoding portion of the image. -
Uses of MultipleBarcodeReader in com.google.zxing.multi.qrcode
Classes in com.google.zxing.multi.qrcode that implement MultipleBarcodeReader Modifier and Type Class Description class
QRCodeMultiReader
This implementation can detect and decode multiple QR Codes in an image. -
Uses of MultipleBarcodeReader in com.google.zxing.pdf417
Classes in com.google.zxing.pdf417 that implement MultipleBarcodeReader Modifier and Type Class Description class
PDF417Reader
This implementation can detect and decode PDF417 codes in an image.
-