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