Uses of Class
org.evoludo.util.PlistReader

Packages that use PlistReader
Package
Description
 
  • Uses of PlistReader in org.evoludo.util Link icon

    Methods in org.evoludo.util with parameters of type PlistReader
    Modifier and Type
    Method
    Description
    protected static void
    PlistParser.parseArray(PlistReader reader, List<Object> array)
    Parses an array entry, <array>, in the plist-string provided by reader and writes all elements to the list array.
    protected static void
    PlistParser.parseDict(PlistReader reader, Plist dict)
    Parses a dictionary entry, <dict>, in the plist-string provided by reader and writes <key> and plist element pairs to the lookup table dict.