Package | Description |
---|---|
net.sf.plist | |
net.sf.plist.defaults | |
net.sf.plist.io | |
net.sf.plist.io.bin | |
net.sf.plist.io.domxml |
Class and Description |
---|
NSBoolean
Represents a value of either
Boolean.TRUE or Boolean.FALSE . |
NSCollection
Parent class to
NSArray and NSDictionary
to make these classes, which contain NSObject s themselves,
easier identifiable. |
NSNumber |
NSObject
Every Property List contains one or more
NSObject s. |
Class and Description |
---|
NSDictionary
A key/value store,
with
String as keys and NSObject as values.Usually, the root node of a Property List is a NSDictionary . |
NSObject
Every Property List contains one or more
NSObject s. |
Class and Description |
---|
NSObject
Every Property List contains one or more
NSObject s. |
Class and Description |
---|
NSArray
Ordered list of
NSObject s. |
NSBoolean
Represents a value of either
Boolean.TRUE or Boolean.FALSE . |
NSData
Represents a binary blob.
|
NSDate
Represents a date and time.
|
NSDictionary
A key/value store,
with
String as keys and NSObject as values.Usually, the root node of a Property List is a NSDictionary . |
NSInteger
Represents an integer number between -2^63 and 2^63-1.
|
NSObject
Every Property List contains one or more
NSObject s. |
NSReal
Represents an real number of 64 bits in size.
|
NSString
Represents a string.
|
Class and Description |
---|
NSArray
Ordered list of
NSObject s. |
NSBoolean
Represents a value of either
Boolean.TRUE or Boolean.FALSE . |
NSData
Represents a binary blob.
|
NSDate
Represents a date and time.
|
NSDictionary
A key/value store,
with
String as keys and NSObject as values.Usually, the root node of a Property List is a NSDictionary . |
NSInteger
Represents an integer number between -2^63 and 2^63-1.
|
NSNumber |
NSObject
Every Property List contains one or more
NSObject s. |
NSReal
Represents an real number of 64 bits in size.
|
NSString
Represents a string.
|