|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.client.result.ResultParser
com.google.zxing.client.result.SMTPResultParser
public final class SMTPResultParser
Parses an "smtp:" URI result, whose format is not standardized but appears to be like:
smtp(:subject(:body))
.
See http://code.google.com/p/zxing/issues/detail?id=536
Constructor Summary | |
---|---|
SMTPResultParser()
|
Method Summary | |
---|---|
EmailAddressParsedResult |
parse(Result result)
Attempts to parse the raw Result 's contents as a particular type
of information (email, URL, etc.) and return a ParsedResult encapsulating
the result of parsing. |
Methods inherited from class com.google.zxing.client.result.ResultParser |
---|
isStringOfDigits, isSubstringOfAlphaNumeric, isSubstringOfDigits, maybeAppend, maybeAppend, maybeWrap, parseHexDigit, parseResult, unescapeBackslash |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SMTPResultParser()
Method Detail |
---|
public EmailAddressParsedResult parse(Result result)
ResultParser
Result
's contents as a particular type
of information (email, URL, etc.) and return a ParsedResult
encapsulating
the result of parsing.
parse
in class ResultParser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |