com.google.zxing.client.result
Class SMTPResultParser
java.lang.Object
com.google.zxing.client.result.ResultParser
com.google.zxing.client.result.SMTPResultParser
public final class SMTPResultParser
- extends ResultParser
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
- Author:
- Sean Owen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMTPResultParser
public SMTPResultParser()
parse
public EmailAddressParsedResult parse(Result result)
- Description copied from class:
ResultParser
- 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.
- Specified by:
parse in class ResultParser
Copyright © 2007-2012. All Rights Reserved.