| Class | Description |
|---|---|
| ASCIILocationInformation |
Information about the location of an NSObject within an ASCII property list file.
|
| ASCIIPropertyListParser |
Parser for ASCII property lists.
|
| ASCIIPropertyListWriter |
Writes property lists in the ASCII format.
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.B64InputStream |
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. |
| Base64.B64OutputStream |
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. |
| BinaryLocationInformation |
Information about the location of an NSObject within a binary property list file.
|
| BinaryPropertyListParser |
Parses property lists that are in Apple's binary format.
|
| BinaryPropertyListWriter |
Writes property lists in the binary format.
|
| LocationInformation |
Information about the location of an NSObject within the parsed property list file.
|
| 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.
|
| PropertyListConverter |
Converts files between different property list formats.
|
| PropertyListParser |
Parses property lists.
|
| UID |
The UID class holds a unique identifier.
|
| XMLLocationInformation |
Information about the location of an NSObject within an XML property list file.
|
| XMLPropertyListParser |
Parses XML property lists.
|
| XMLPropertyListWriter |
Writes property lists in the XML format.
|
| Exception | Description |
|---|---|
| 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.
|
Copyright © 2024. All rights reserved.