Build 1.0_r1(from source)

android.syncml.pim.vcalendar
Class VCalParser_V10

java.lang.Object
  extended by android.syncml.pim.VParser
      extended by android.syncml.pim.vcalendar.VCalParser_V10
Direct Known Subclasses:
VCalParser_V20

public class VCalParser_V10
extends VParser


Field Summary
 
Fields inherited from class android.syncml.pim.VParser
mBuffer, mBuilder, mDefaultEncoding, mEncoding, PARSE_ERROR
 
Constructor Summary
VCalParser_V10()
           
 
Method Summary
protected  int parseVFile(int offset)
          abstract function, waiting implement.
analyse from offset, return the length of consumed property.
 
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
 

Constructor Detail

VCalParser_V10

public VCalParser_V10()
Method Detail

parseVFile

protected int parseVFile(int offset)
Description copied from class: VParser
abstract function, waiting implement.
analyse from offset, return the length of consumed property.

Specified by:
parseVFile in class VParser

Build 1.0_r1(from source)

Please submit a feedback, bug or feature