Uses of Class
com.dd.plist.NSArray
-
-
Uses of NSArray in com.dd.plist
Methods in com.dd.plist that return NSArray Modifier and Type Method Description NSArrayNSArray. clone()private static NSArrayNSObject. fromCollection(java.util.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 NSArray Modifier and Type Method Description static voidPropertyListParser. saveAsASCII(NSArray root, java.io.File out)Deprecated.UseASCIIPropertyListWriterinstead.static voidPropertyListParser. saveAsGnuStepASCII(NSArray root, java.io.File out)Deprecated.UseASCIIPropertyListWriterinstead.static voidASCIIPropertyListWriter. write(NSArray root, java.io.File out)Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter. write(NSArray root, java.nio.file.Path path)Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter. writeGnuStep(NSArray root, java.io.File out)Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter. writeGnuStep(NSArray root, java.nio.file.Path path)Saves a property list with the given object as root into an ASCII file.
-