Class DecodedChar
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedObject
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedChar
-
final class DecodedChar extends DecodedObject
-
-
Constructor Summary
Constructors Constructor Description DecodedChar(int newPosition, char value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) char
getValue()
(package private) boolean
isFNC1()
-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.DecodedObject
getNewPosition
-
-
-
-
Field Detail
-
value
private final char value
-
FNC1
static final char FNC1
- See Also:
- Constant Field Values
-
-