Uses of Class
ezvcard.io.scribe.VCardPropertyScribe.Splitter

Packages that use VCardPropertyScribe.Splitter
ezvcard.io.scribe   
 

Uses of VCardPropertyScribe.Splitter in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return VCardPropertyScribe.Splitter
 VCardPropertyScribe.Splitter VCardPropertyScribe.Splitter.limit(int limit)
          Sets the max number of split strings it should parse.
 VCardPropertyScribe.Splitter VCardPropertyScribe.Splitter.removeEmpties(boolean removeEmpties)
          Sets whether to remove empty elements.
protected static VCardPropertyScribe.Splitter VCardPropertyScribe.split(String string, String delimiter)
          Splits a string by a delimiter.
 VCardPropertyScribe.Splitter VCardPropertyScribe.Splitter.unescape(boolean unescape)
          Sets whether to unescape each split string.
 



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