Uses of Interface
com.google.zxing.Reader
-
-
Uses of Reader in com.google.zxing
Classes in com.google.zxing that implement Reader Modifier and Type Class Description classMultiFormatReaderMultiFormatReader is a convenience class and the main entry point into the library for most uses.Fields in com.google.zxing declared as Reader Modifier and Type Field Description private static Reader[]MultiFormatReader. EMPTY_READER_ARRAYprivate Reader[]MultiFormatReader. readers -
Uses of Reader in com.google.zxing.aztec
Classes in com.google.zxing.aztec that implement Reader Modifier and Type Class Description classAztecReaderThis implementation can detect and decode Aztec codes in an image. -
Uses of Reader in com.google.zxing.datamatrix
Classes in com.google.zxing.datamatrix that implement Reader Modifier and Type Class Description classDataMatrixReaderThis implementation can detect and decode Data Matrix codes in an image. -
Uses of Reader in com.google.zxing.maxicode
Classes in com.google.zxing.maxicode that implement Reader Modifier and Type Class Description classMaxiCodeReaderThis implementation can detect and decode a MaxiCode in an image. -
Uses of Reader in com.google.zxing.multi
Classes in com.google.zxing.multi that implement Reader Modifier and Type Class Description classByQuadrantReaderThis class attempts to decode a barcode from an image, not by scanning the whole image, but by scanning subsets of the image.Fields in com.google.zxing.multi declared as Reader Modifier and Type Field Description private ReaderByQuadrantReader. delegateprivate ReaderGenericMultipleBarcodeReader. delegateConstructors in com.google.zxing.multi with parameters of type Reader Constructor Description ByQuadrantReader(Reader delegate)GenericMultipleBarcodeReader(Reader delegate) -
Uses of Reader in com.google.zxing.multi.qrcode
Classes in com.google.zxing.multi.qrcode that implement Reader Modifier and Type Class Description classQRCodeMultiReaderThis implementation can detect and decode multiple QR Codes in an image. -
Uses of Reader in com.google.zxing.oned
Classes in com.google.zxing.oned that implement Reader Modifier and Type Class Description classCodaBarReaderDecodes Codabar barcodes.classCode128ReaderDecodes Code 128 barcodes.classCode39ReaderDecodes Code 39 barcodes.classCode93ReaderDecodes Code 93 barcodes.classEAN13ReaderImplements decoding of the EAN-13 format.classEAN8ReaderImplements decoding of the EAN-8 format.classITFReaderImplements decoding of the ITF format, or Interleaved Two of Five.classMultiFormatOneDReaderclassMultiFormatUPCEANReaderA reader that can read all available UPC/EAN formats.classOneDReaderEncapsulates functionality and implementation that is common to all families of one-dimensional barcodes.classUPCAReaderImplements decoding of the UPC-A format.classUPCEANReaderEncapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.classUPCEReaderImplements decoding of the UPC-E format. -
Uses of Reader in com.google.zxing.oned.rss
Classes in com.google.zxing.oned.rss that implement Reader Modifier and Type Class Description classAbstractRSSReaderSuperclass ofOneDReaderimplementations that read barcodes in the RSS family of formats.classRSS14ReaderDecodes RSS-14, including truncated and stacked variants. -
Uses of Reader in com.google.zxing.oned.rss.expanded
Classes in com.google.zxing.oned.rss.expanded that implement Reader Modifier and Type Class Description classRSSExpandedReader -
Uses of Reader in com.google.zxing.pdf417
Classes in com.google.zxing.pdf417 that implement Reader Modifier and Type Class Description classPDF417ReaderThis implementation can detect and decode PDF417 codes in an image. -
Uses of Reader in com.google.zxing.qrcode
Classes in com.google.zxing.qrcode that implement Reader Modifier and Type Class Description classQRCodeReaderThis implementation can detect and decode QR Codes in an image.
-