com.google.zxing.client.result
Class VCardResultParser
java.lang.Object
com.google.zxing.client.result.ResultParser
com.google.zxing.client.result.VCardResultParser
public final class VCardResultParser
- extends ResultParser
Parses contact information formatted according to the VCard (2.1) format. This is not a complete
implementation but should parse information as commonly encoded in 2D barcodes.
- Author:
- Sean Owen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCardResultParser
public VCardResultParser()
parse
public AddressBookParsedResult 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.