android.syncml.pim.vcard
Class VCardParser_V21
java.lang.Object
android.syncml.pim.VParser
android.syncml.pim.vcard.VCardParser_V21
- Direct Known Subclasses:
- VCardParser_V30
public class VCardParser_V21
- extends VParser
This class is used to parse vcard. Please refer to vCard Specification 2.1
|
Method Summary |
(package private) int |
parseVCardFile(int offset)
[wsls] vcard [wsls] |
protected int |
parseVFile(int offset)
Parse the file at the given position |
| Methods inherited from class android.syncml.pim.VParser |
getWord, isLetter, isLetterOrDigit, isPrintable, parse, parse8bit, parseBase64, parseCharsetVal, parseCrlf, parseLangVal, parseOctet, parsePEncodingVal, parsePtext, parsePValueVal, parseQuotedPrintable, parseString, parseTag, parseValue, parseWord, parseWsls, parseXWord, removeWs, setInputStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCardParser_V21
public VCardParser_V21()
- Create a new VCard parser.
parseVFile
protected int parseVFile(int offset)
- Parse the file at the given position
- Specified by:
parseVFile in class VParser
- Parameters:
offset - the given position to parse
- Returns:
- vcard length
parseVCardFile
int parseVCardFile(int offset)
- [wsls] vcard [wsls]
Please submit a feedback, bug or feature