Package com.dd.plist
package com.dd.plist
-
ClassDescriptionInformation about the location of an NSObject within an ASCII property list file.Parser for ASCII property lists.Writes property lists in the ASCII format.Encodes and decodes to and from Base64 notation.A
Base64.B64InputStreamwill read data from anotherjava.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.B64OutputStreamwill write data to anotherjava.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Information about the location of an NSObject within a binary property list file.Parses property lists that are in Apple's binary format.Writes property lists in the binary format.Information about the location of an NSObject within the parsed property list file.The NSArray class is a wrapper for an array of NSObject instances.The NSData class is a wrapper for a byte buffer.The NSDate class wraps a date.The NSDictionary class is a collection of NSObject instances that are identified by strings.Internally used representation of the null value for storing it inside dictionaries and sets.The NSNumber class wraps a numeric value.Abstract interface for an object contained in a property list.The NSSet class is an unordered collection of NSObject instances.The NSString class is a wrapper for a string.Converts files between different property list formats.A PropertyListFormatException is thrown by the various property list format parsers when an error in the format of the given property list is encountered.Parses property lists.The UID class holds a unique identifier.Information about the location of an NSObject within an XML property list file.Parses XML property lists.Writes property lists in the XML format.