Uses of Class
com.dd.plist.NSDictionary
-
Uses of NSDictionary in com.dd.plist
Methods in com.dd.plist that return NSDictionaryMethods in com.dd.plist with parameters of type NSDictionaryModifier and TypeMethodDescriptionstatic voidPropertyListParser.saveAsASCII(NSDictionary root, File out) Deprecated.static voidPropertyListParser.saveAsGnuStepASCII(NSDictionary root, File out) Deprecated.UseASCIIPropertyListWriterinstead.static voidASCIIPropertyListWriter.write(NSDictionary root, File out) Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter.write(NSDictionary root, Path path) Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter.writeGnuStep(NSDictionary root, File out) Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter.writeGnuStep(NSDictionary root, Path path) Saves a property list with the given object as root into an ASCII file.
ASCIIPropertyListWriterinstead.