Package com.google.zxing.client.result
Class ExpandedProductResultParser
- java.lang.Object
-
- com.google.zxing.client.result.ResultParser
-
- com.google.zxing.client.result.ExpandedProductResultParser
-
public final class ExpandedProductResultParser extends ResultParser
Parses strings of digits that represent a RSS Extended code.
-
-
Constructor Summary
Constructors Constructor Description ExpandedProductResultParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpandedProductParsedResultparse(Result result)Attempts to parse the rawResult's contents as a particular type of information (email, URL, etc.) and return aParsedResultencapsulating the result of parsing.-
Methods inherited from class com.google.zxing.client.result.ResultParser
getMassagedText, isStringOfDigits, isSubstringOfDigits, maybeAppend, maybeAppend, maybeWrap, parseHexDigit, parseResult, unescapeBackslash
-
-
-
-
Method Detail
-
parse
public ExpandedProductParsedResult parse(Result result)
Description copied from class:ResultParserAttempts to parse the rawResult's contents as a particular type of information (email, URL, etc.) and return aParsedResultencapsulating the result of parsing.- Specified by:
parsein classResultParser- Parameters:
result- the rawResultto parse- Returns:
ParsedResultencapsulating the parsing result
-
-