Class DecodedNumeric
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedObject
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedNumeric
-
final class DecodedNumeric extends DecodedObject
-
-
Field Summary
Fields Modifier and Type Field Description private intfirstDigit(package private) static intFNC1private intsecondDigit
-
Constructor Summary
Constructors Constructor Description DecodedNumeric(int newPosition, int firstDigit, int secondDigit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetFirstDigit()(package private) intgetSecondDigit()(package private) intgetValue()(package private) booleanisFirstDigitFNC1()(package private) booleanisSecondDigitFNC1()-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.DecodedObject
getNewPosition
-
-
-
-
Field Detail
-
firstDigit
private final int firstDigit
-
secondDigit
private final int secondDigit
-
FNC1
static final int FNC1
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DecodedNumeric
DecodedNumeric(int newPosition, int firstDigit, int secondDigit) throws FormatException- Throws:
FormatException
-
-