Uses of Class
com.google.zxing.oned.OneDReader
-
Packages that use OneDReader Package Description com.google.zxing.oned com.google.zxing.oned.rss com.google.zxing.oned.rss.expanded -
-
Uses of OneDReader in com.google.zxing.oned
Subclasses of OneDReader in com.google.zxing.oned 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.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.Fields in com.google.zxing.oned declared as OneDReader Modifier and Type Field Description private static OneDReader[]MultiFormatOneDReader. EMPTY_ONED_ARRAYprivate OneDReader[]MultiFormatOneDReader. readers -
Uses of OneDReader in com.google.zxing.oned.rss
Subclasses of OneDReader in com.google.zxing.oned.rss 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 OneDReader in com.google.zxing.oned.rss.expanded
Subclasses of OneDReader in com.google.zxing.oned.rss.expanded Modifier and Type Class Description classRSSExpandedReader
-