Uses of Class
com.google.zxing.oned.rss.expanded.decoders.DecodedInformation
-
Packages that use DecodedInformation Package Description com.google.zxing.oned.rss.expanded.decoders -
-
Uses of DecodedInformation in com.google.zxing.oned.rss.expanded.decoders
Fields in com.google.zxing.oned.rss.expanded.decoders declared as DecodedInformation Modifier and Type Field Description private DecodedInformation
BlockParsedResult. decodedInformation
Methods in com.google.zxing.oned.rss.expanded.decoders that return DecodedInformation Modifier and Type Method Description (package private) DecodedInformation
GeneralAppIdDecoder. decodeGeneralPurposeField(int pos, java.lang.String remaining)
(package private) DecodedInformation
BlockParsedResult. getDecodedInformation()
private DecodedInformation
GeneralAppIdDecoder. parseBlocks()
Constructors in com.google.zxing.oned.rss.expanded.decoders with parameters of type DecodedInformation Constructor Description BlockParsedResult(DecodedInformation information, boolean finished)
-