Package | Description |
---|---|
net.fortuna.ical4j.data |
Contains types providing RFC2445 input, output and parsing functionality.
|
net.fortuna.ical4j.util |
Contains utility types that provide supporting functionality for iCal4j.
|
Modifier and Type | Method and Description |
---|---|
Calendar |
CalendarBuilder.build(java.io.InputStream in)
Builds an iCalendar model from the specified input stream.
|
Calendar |
CalendarBuilder.build(java.io.Reader in)
Builds an iCalendar model from the specified reader.
|
Calendar |
CalendarBuilder.build(UnfoldingReader uin)
Build an iCalendar model by parsing data from the specified reader.
|
void |
HCalendarParser.parse(java.io.InputStream in,
ContentHandler handler)
Parse the iCalendar data from the specified input stream.
|
void |
CalendarParserImpl.parse(java.io.InputStream in,
ContentHandler handler)
Parse the iCalendar data from the specified input stream.
|
void |
CalendarParser.parse(java.io.InputStream in,
ContentHandler handler)
Parse the iCalendar data from the specified input stream.
|
void |
HCalendarParser.parse(java.io.Reader in,
ContentHandler handler)
Parse the iCalendar data from the specified reader.
|
void |
CalendarParserImpl.parse(java.io.Reader in,
ContentHandler handler)
Parse the iCalendar data from the specified reader.
|
void |
CalendarParser.parse(java.io.Reader in,
ContentHandler handler)
Parse the iCalendar data from the specified reader.
|
Modifier and Type | Method and Description |
---|---|
static Calendar |
Calendars.load(java.lang.String filename)
Loads a calendar from the specified file.
|
static Calendar |
Calendars.load(java.net.URL url)
Loads a calendar from the specified URL.
|
Copyright © 2004-2015 Micronode. All Rights Reserved.