Package net.sf.plist

Class Summary
NSArray Ordered list of NSObjects.
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.
NSInteger Represents an integer number between -2^63 and 2^63-1.
NSNumber Represents a number.
NSObject Every Property List contains one or more NSObjects.
NSReal Represents an real number of 64 bits in size.
NSString Represents a string.