Package | Description |
---|---|
biweekly |
Modifier and Type | Method and Description |
---|---|
static Biweekly.ParserChainJsonReader |
Biweekly.parseJson(File file)
Parses a jCal data stream (JSON-encoded iCalendar objects).
|
static Biweekly.ParserChainJsonReader |
Biweekly.parseJson(InputStream in)
Parses a jCal data stream (JSON-encoded iCalendar objects).
|
static Biweekly.ParserChainJsonReader |
Biweekly.parseJson(Reader reader)
Parses a jCal data stream (JSON-encoded iCalendar objects).
|
Biweekly.ParserChainJsonReader |
Biweekly.ParserChainJsonReader.register(ICalComponentScribe<? extends ICalComponent> scribe) |
Biweekly.ParserChainJsonReader |
Biweekly.ParserChainJsonReader.register(ICalPropertyScribe<? extends ICalProperty> scribe) |
Biweekly.ParserChainJsonReader |
Biweekly.ParserChainJsonReader.warnings(List<List<String>> warnings) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.