net.fortuna.ical4j.data
Class CalendarParserImpl
java.lang.Object
net.fortuna.ical4j.data.CalendarParserImpl
- All Implemented Interfaces:
- CalendarParser
public class CalendarParserImpl
- extends java.lang.Object
- implements CalendarParser
The default implementation of a calendar parser.
- Author:
- Ben Fortuna
Method Summary |
void |
parse(java.io.InputStream in,
ContentHandler handler)
Parse the iCalendar data from the specified input stream. |
void |
parse(java.io.Reader in,
ContentHandler handler)
Parse the iCalendar data from the specified reader. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarParserImpl
public CalendarParserImpl()
parse
public final void parse(java.io.InputStream in,
ContentHandler handler)
throws java.io.IOException,
ParserException
- Description copied from interface:
CalendarParser
- Parse the iCalendar data from the specified input stream.
- Specified by:
parse
in interface CalendarParser
- Parameters:
in
- an input stream from which to read iCalendar datahandler
- the content handler to notify during parsing
- Throws:
java.io.IOException
- thrown when unable to read from the specified stream
ParserException
- thrown if an error occurs during parsing
parse
public final void parse(java.io.Reader in,
ContentHandler handler)
throws java.io.IOException,
ParserException
- Description copied from interface:
CalendarParser
- Parse the iCalendar data from the specified reader.
- Specified by:
parse
in interface CalendarParser
- Parameters:
in
- a reader from which to read iCalendar datahandler
- the content handler to notify during parsing
- Throws:
java.io.IOException
- thrown when unable to read from the specified reader
ParserException
- thrown if an error occurs during parsing
Copyright © 2004-2007 Modularity. All Rights Reserved.