Class DecodedInformation
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedObject
-
- com.google.zxing.oned.rss.expanded.decoders.DecodedInformation
-
final class DecodedInformation extends DecodedObject
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
newString
private boolean
remaining
private int
remainingValue
-
Constructor Summary
Constructors Constructor Description DecodedInformation(int newPosition, java.lang.String newString)
DecodedInformation(int newPosition, java.lang.String newString, int remainingValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getNewString()
(package private) int
getRemainingValue()
(package private) boolean
isRemaining()
-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.DecodedObject
getNewPosition
-
-