Uses of Class
org.evoludo.util.PlistReader
Packages that use PlistReader
-
Uses of PlistReader in org.evoludo.util
Methods in org.evoludo.util with parameters of type PlistReaderModifier and TypeMethodDescriptionprotected static voidPlistParser.parseArray(PlistReader reader, List<Object> array) Parses an array entry,<array>, in theplist-string provided byreaderand writes all elements to the listarray.protected static voidPlistParser.parseDict(PlistReader reader, Plist dict) Parses a dictionary entry,<dict>, in theplist-string provided byreaderand writes<key>andplistelement pairs to the lookup tabledict.