Uses of Class
com.dd.plist.NSArray
-
Uses of NSArray in com.dd.plist
Methods in com.dd.plist that return NSArrayModifier and TypeMethodDescriptionNSArray.clone()private static NSArrayNSObject.fromCollection(Collection<?> collection) private NSArrayASCIIPropertyListParser.parseArray()Parses an array from the current parsing position.private NSArrayBinaryPropertyListParser.parseArray(int offset, int objInfo, ParsedObjectStack stack) Methods 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.