|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementors provide iCalendar parsing functionality.
Method Summary | |
void |
parse(InputStream in,
ContentHandler handler)
Parse the iCalendar data from the specified input stream. |
void |
parse(Reader in,
ContentHandler handler)
Parse the iCalendar data from the specified reader. |
Method Detail |
public void parse(InputStream in, ContentHandler handler) throws IOException, ParserException
in
- an input stream from which to read iCalendar datahandler
- the content handler to notify during parsing
IOException
- thrown when unable to read from the specified stream
ParserException
- thrown if an error occurs during parsingpublic void parse(Reader in, ContentHandler handler) throws IOException, ParserException
in
- a reader from which to read iCalendar datahandler
- the content handler to notify during parsing
IOException
- thrown when unable to read from the specified reader
ParserException
- thrown if an error occurs during parsing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |