All Classes and Interfaces
Class
Description
Parser for ASCII property lists.
Writes property lists in the ASCII format.
Encodes and decodes to and from Base64 notation.
A
Base64.B64InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.A
Base64.B64OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Parses property lists that are in Apple's binary format.
Writes property lists in the binary format.
An input stream that filters the Byte Order Mark from the input.
Reads Byte Order Marks for various Unicode encodings.
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.
Keeps track of the stack of parsed objects in a binary property list.
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.
Parses XML property lists.
Offline resolver for Apple's PLIST DTDs.
Writes property lists in the XML format.