class
The NSArray class is a wrapper for an array of NSObject instances.
class
The NSData class is a wrapper for a byte buffer.
class
The NSDate class wraps a date.
class
The NSDictionary class is a collection of NSObject instances that are identified by strings.
final class
Internally used representation of the null value for storing it inside dictionaries and sets.
class
The NSNumber class wraps a numeric value.
class
The NSSet class is an unordered collection of NSObject instances.
class
The NSString class is a wrapper for a string.
class
The UID class holds a unique identifier.
Returns all objects contained in the set.
Returns one of the objects in the set, or null
if the set contains no objects.
Creates and returns a deep copy of this instance.
Serializes the specified object into an NSObject.
Returns the array of NSObjects represented by this NSArray.
Returns the last object contained in this array.
Determines whether the set contains an object equal to the given object
and returns that object if it is present.
Returns the object stored at the given index.
Gets the NSObject stored for the given key.
Returns a new array containing only the values stored at the given
indices.
ASCIIPropertyListParser.parse()
Parses the property list from the beginning and returns the root object of the property list.
ASCIIPropertyListParser.parse(byte[] bytes)
Parses an ASCII property list from a byte array.
ASCIIPropertyListParser.parse(byte[] bytes,
String encoding)
Parses an ASCII property list from a byte array.
Parses an ASCII property list file.
Parses an ASCII property list file.
Parses an ASCII property list from an input stream.
Parses an ASCII property list from an input stream.
Parses an ASCII property list from a
Reader.
Parses an ASCII property list from a
String
Parses an ASCII property list file.
Parses an ASCII property list file.
BinaryPropertyListParser.parse(byte[] data)
Parses a binary property list from a byte array.
Parses a binary property list file.
Parses a binary property list from an input stream.
Parses a binary property list file.
PropertyListParser.parse(byte[] bytes)
Parses a property list from a byte array.
Parses a property list from a file.
Parses a property list from an InputStream.
Parses a property list from a file.
Parses a property list from a file.
XMLPropertyListParser.parse(byte[] bytes)
Parses an XML property list from a byte array.
XMLPropertyListParser.parse(byte[] bytes,
boolean withLineInformation)
Parses an XML property list from a byte array.
Parses an XML property list file.
XMLPropertyListParser.parse(File f,
boolean withLineInformation)
Parses an XML property list file.
Parses an XML property list from an input stream.
Parses an XML property list from an input stream.
Parses an XML property list from a
Reader.
XMLPropertyListParser.parse(Reader reader,
boolean withLineInformation)
Parses an XML property list from a
Reader.
Parses an XML property list file.
XMLPropertyListParser.parse(Path path,
boolean withLineInformation)
Parses an XML property list file.
Parses a property list from an XML document.
Puts a new key-value pair into this dictionary.
Puts a new key-value pair into this dictionary.
Removes a key-value pair from this dictionary.
void
Adds an object to the set.
int
int
int
int
int
int
int
int
int
boolean
Finds out whether the given object is contained in the set.
boolean
Checks whether a given value is contained in this dictionary.
Determines whether the set contains an object equal to the given object
and returns that object if it is present.
Puts a new key-value pair into this dictionary.
void
Removes an object from the set.
static void
static void
static void
static void
static void
Writes a binary plist file with the given object as the root.
static void
BinaryPropertyListWriter.write(NSObject root,
File file,
boolean createParentDirectories)
Writes a binary plist file with the given object as the root.
static void
Writes a binary plist serialization of the given object as the root.
static void
Writes a binary plist file with the given object as the root.
static void
static void
static void
Saves a property list with the given object as root into an XML file.
static void
Saves a property list with the given object as root in XML format into an output stream.
static void
Saves a property list with the given object as root into an XML file.
static byte[]
Writes a binary plist serialization of the given object as the root
into a byte array.
BinaryPropertyListWriterinstead.