Uses of Class
ezvcard.Ezvcard.ParserChainTextReader

Packages that use Ezvcard.ParserChainTextReader
ezvcard   
 

Uses of Ezvcard.ParserChainTextReader in ezvcard
 

Methods in ezvcard that return Ezvcard.ParserChainTextReader
 Ezvcard.ParserChainTextReader Ezvcard.ParserChainTextReader.caretDecoding(boolean enable)
           
static Ezvcard.ParserChainTextReader Ezvcard.parse(File file)
           Parses plain text vCards.
static Ezvcard.ParserChainTextReader Ezvcard.parse(InputStream in)
           Parses plain text vCards.
static Ezvcard.ParserChainTextReader Ezvcard.parse(Reader reader)
           Parses plain text vCards.
 Ezvcard.ParserChainTextReader Ezvcard.ParserChainTextReader.register(VCardPropertyScribe<? extends VCardProperty> scribe)
           
 Ezvcard.ParserChainTextReader Ezvcard.ParserChainTextReader.warnings(List<List<String>> warnings)
           
 



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