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 void
PlistParser.parseArray
(PlistReader reader, List<Object> array) Parses an array entry,<array>
, in theplist
-string provided byreader
and writes all elements to the listarray
.protected static void
PlistParser.parseDict
(PlistReader reader, Plist dict) Parses a dictionary entry,<dict>
, in theplist
-string provided byreader
and writes<key>
andplist
element pairs to the lookup tabledict
.