Uses of Interface
com.google.zxing.Reader
Packages that use Reader
Package
Description
-
Uses of Reader in com.google.zxing
Classes in com.google.zxing that implement ReaderModifier and TypeClassDescriptionfinal class
MultiFormatReader is a convenience class and the main entry point into the library for most uses. -
Uses of Reader in com.google.zxing.aztec
Classes in com.google.zxing.aztec that implement ReaderModifier and TypeClassDescriptionfinal class
This 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 ReaderModifier and TypeClassDescriptionfinal class
This 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 ReaderModifier and TypeClassDescriptionfinal class
This 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 ReaderModifier and TypeClassDescriptionfinal class
This class attempts to decode a barcode from an image, not by scanning the whole image, but by scanning subsets of the image.Constructors in com.google.zxing.multi with parameters of type ReaderModifierConstructorDescriptionByQuadrantReader
(Reader delegate) GenericMultipleBarcodeReader
(Reader delegate) -
Uses of Reader in com.google.zxing.multi.qrcode
Classes in com.google.zxing.multi.qrcode that implement ReaderModifier and TypeClassDescriptionfinal class
This 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 ReaderModifier and TypeClassDescriptionfinal class
Decodes Codabar barcodes.final class
Decodes Code 128 barcodes.final class
Decodes Code 39 barcodes.final class
Decodes Code 93 barcodes.final class
Implements decoding of the EAN-13 format.final class
Implements decoding of the EAN-8 format.final class
Implements decoding of the ITF format, or Interleaved Two of Five.final class
final class
A reader that can read all available UPC/EAN formats.class
Encapsulates functionality and implementation that is common to all families of one-dimensional barcodes.final class
Implements decoding of the UPC-A format.class
Encapsulates functionality and implementation that is common to UPC and EAN families of one-dimensional barcodes.final class
Implements decoding of the UPC-E format. -
Uses of Reader in com.google.zxing.oned.rss
Classes in com.google.zxing.oned.rss that implement ReaderModifier and TypeClassDescriptionclass
Superclass ofOneDReader
implementations that read barcodes in the RSS family of formats.final class
Decodes 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 -
Uses of Reader in com.google.zxing.pdf417
Classes in com.google.zxing.pdf417 that implement ReaderModifier and TypeClassDescriptionfinal class
This 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 ReaderModifier and TypeClassDescriptionclass
This implementation can detect and decode QR Codes in an image.