Uses of Class
ezvcard.Ezvcard.ParserChainJsonReader

Packages that use Ezvcard.ParserChainJsonReader
ezvcard   
 

Uses of Ezvcard.ParserChainJsonReader in ezvcard
 

Methods in ezvcard that return Ezvcard.ParserChainJsonReader
static Ezvcard.ParserChainJsonReader Ezvcard.parseJson(File file)
           Parses JSON-encoded vCards (jCard).
static Ezvcard.ParserChainJsonReader Ezvcard.parseJson(InputStream in)
           Parses JSON-encoded vCards (jCard).
static Ezvcard.ParserChainJsonReader Ezvcard.parseJson(Reader reader)
           Parses JSON-encoded vCards (jCard).
 Ezvcard.ParserChainJsonReader Ezvcard.ParserChainJsonReader.register(VCardPropertyScribe<? extends VCardProperty> scribe)
           
 Ezvcard.ParserChainJsonReader Ezvcard.ParserChainJsonReader.warnings(List<List<String>> warnings)
           
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.