| BinaryPropertyListWriter |
Writes property lists in the binary format.
|
| NSArray |
The NSArray class is a wrapper for an array of NSObject instances.
|
| NSData |
The NSData class is a wrapper for a byte buffer.
|
| NSDate |
The NSDate class wraps a date.
|
| NSDictionary |
The NSDictionary class is a collection of NSObject instances that are identified by strings.
|
| NSNull |
Internally used representation of the null value for storing it inside dictionaries and sets.
|
| NSNumber |
The NSNumber class wraps a numeric value.
|
| NSObject |
Abstract interface for an object contained in a property list.
|
| NSSet |
The NSSet class is an unordered collection of NSObject instances.
|
| NSString |
The NSString class is a wrapper for a string.
|
| ParsedObjectStack |
Keeps track of the stack of parsed objects in a binary property list.
|
| PropertyListFormatException |
A PropertyListFormatException is thrown by the various property list format parsers
when an error in the format of the given property list is encountered.
|
| UID |
The UID class holds a unique identifier.
|