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 class
EAN13Reader
Implements decoding of the EAN-13 format.class
EAN8Reader
Implements decoding of the EAN-8 format.class
UPCAReader
Implements decoding of the UPC-A format.class
UPCEReader
Implements decoding of the UPC-E format.Fields in com.google.zxing.oned declared as UPCEANReader Modifier and Type Field Description private UPCEANReader
UPCAReader. ean13Reader
private static UPCEANReader[]
MultiFormatUPCEANReader. EMPTY_READER_ARRAY
private UPCEANReader[]
MultiFormatUPCEANReader. readers
-