Uses of Class
biweekly.Biweekly.ParserChainJsonReader

Packages that use Biweekly.ParserChainJsonReader
biweekly   
 

Uses of Biweekly.ParserChainJsonReader in biweekly
 

Methods in biweekly that return Biweekly.ParserChainJsonReader
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(ICalComponentMarshaller<? extends ICalComponent> marshaller)
           
 Biweekly.ParserChainJsonReader Biweekly.ParserChainJsonReader.register(ICalPropertyMarshaller<? extends ICalProperty> marshaller)
           
 Biweekly.ParserChainJsonReader Biweekly.ParserChainJsonReader.warnings(List<List<String>> warnings)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.