| Class | Description |
|---|---|
| ASCIIPropertyListParser |
Parser for ASCII property lists.
|
| 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. |
| BinaryPropertyListParser |
Parses property lists that are in Apple's binary format.
|
| BinaryPropertyListWriter |
A BinaryPropertyListWriter is a helper class for writing out
binary property list files.
|
| NSArray |
Represents an Array.
|
| NSData |
NSData objects are wrappers for byte buffers.
|
| NSDate |
Represents a date.
|
| NSDictionary |
A NSDictionary is a collection of keys and values, essentially a Hashtable.
|
| NSNumber |
A number whose value is either an integer, a real number or boolean.
|
| NSObject |
Abstract interface for any object contained in a property list.
|
| NSSet |
A set is an interface to an unordered collection of objects.
|
| NSString |
A NSString contains a string.
|
| PropertyListParser |
This class provides methods to parse property lists.
|
| UID |
A UID.
|
| XMLPropertyListParser |
Parses XML property lists.
|
| 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 © 2017. All Rights Reserved.