Package net.fortuna.ical4j.data

Contains types providing RFC2445 input, output and parsing functionality.

See:
          Description

Interface Summary
CalendarParser Implementors provide iCalendar parsing functionality.
ContentHandler Implementors provide functionality applicable during the parsing of an iCalendar data stream (e.g.
 

Class Summary
CalendarBuilder Parses and builds an iCalendar model from an input stream.
CalendarOutputter Writes an iCalendar model to an output stream.
CalendarParserFactory Provides access to the configured CalendarParser instance.
CalendarParserImpl The default implementation of a calendar parser.
DefaultCalendarParserFactory Default factory implementation for calendar parsers.
FoldingWriter A writer that performs iCalendar folding as it writes.
UnfoldingReader A reader which performs iCalendar unfolding as it reads.
 

Exception Summary
ParserException An exception thrown when an error ocurrs in parsing iCalendar data.
 

Package net.fortuna.ical4j.data Description

Contains types providing RFC2445 input, output and parsing functionality.



Copyright © 2004-2007 Modularity. All Rights Reserved.