Uses of Class
com.google.zxing.oned.UPCEANReader
-
Packages that use UPCEANReader Package Description com.google.zxing.oned -
-
Uses of UPCEANReader in com.google.zxing.oned
Subclasses of UPCEANReader in com.google.zxing.oned Modifier and Type Class Description classEAN13ReaderImplements decoding of the EAN-13 format.classEAN8ReaderImplements decoding of the EAN-8 format.classUPCAReaderImplements decoding of the UPC-A format.classUPCEReaderImplements decoding of the UPC-E format.Fields in com.google.zxing.oned declared as UPCEANReader Modifier and Type Field Description private UPCEANReaderUPCAReader. ean13Readerprivate static UPCEANReader[]MultiFormatUPCEANReader. EMPTY_READER_ARRAYprivate UPCEANReader[]MultiFormatUPCEANReader. readers
-