- clear() - Method in class com.dd.plist.NSDictionary
-
Removes all key-value pairs from this dictionary.
- clone() - Method in class com.dd.plist.NSArray
-
- clone() - Method in class com.dd.plist.NSData
-
- clone() - Method in class com.dd.plist.NSDate
-
- clone() - Method in class com.dd.plist.NSDictionary
-
- clone() - Method in class com.dd.plist.NSNumber
-
- clone() - Method in class com.dd.plist.NSObject
-
Creates and returns a deep copy of this instance.
- clone() - Method in class com.dd.plist.NSSet
-
- clone() - Method in class com.dd.plist.NSString
-
- clone() - Method in class com.dd.plist.UID
-
- close() - Method in class com.dd.plist.Base64.B64OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- com.dd.plist - package com.dd.plist
-
- COMMENT_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- compareTo(Object) - Method in class com.dd.plist.NSNumber
-
- compareTo(Object) - Method in class com.dd.plist.NSString
-
- containsKey(Object) - Method in class com.dd.plist.NSDictionary
-
- containsKey(String) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given key is contained in this dictionary.
- containsObject(Object) - Method in class com.dd.plist.NSArray
-
Checks whether an object is present in the array or whether it is equal
to any of the objects in the array.
- containsObject(NSObject) - Method in class com.dd.plist.NSSet
-
Finds out whether the given object is contained in the set.
- containsValue(Object) - Method in class com.dd.plist.NSDictionary
-
- containsValue(NSObject) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(String) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(long) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(double) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(boolean) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(Date) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(byte[]) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- convertToASCII(File, File) - Static method in class com.dd.plist.PropertyListParser
-
Converts a given property list file into ASCII format.
- convertToBinary(File, File) - Static method in class com.dd.plist.PropertyListParser
-
Converts a given property list file into the OS X and iOS binary format.
- convertToGnuStepASCII(File, File) - Static method in class com.dd.plist.PropertyListParser
-
Converts a given property list file into ASCII format.
- convertToXml(File, File) - Static method in class com.dd.plist.PropertyListParser
-
Converts a given property list file into the OS X and iOS XML format.
- copyOfRange(byte[], int, int) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Copies a part of a byte array into a new array.
- count() - Method in class com.dd.plist.NSArray
-
Returns the size of the array.
- count() - Method in class com.dd.plist.NSDictionary
-
Counts the number of contained key-value pairs.
- count() - Method in class com.dd.plist.NSSet
-
Gets the number of elements in the set.
- DATA_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSBOOL_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSBOOL_FALSE_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSBOOL_TRUE_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSDATE_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSINT_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSOBJECT_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATA_GSREAL_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATE_APPLE_DATE_TIME_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATE_APPLE_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATE_DATE_FIELD_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATE_GS_DATE_TIME_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DATE_TIME_FIELD_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DECODE - Static variable in class com.dd.plist.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class com.dd.plist.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class com.dd.plist.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class com.dd.plist.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class com.dd.plist.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class com.dd.plist.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class com.dd.plist.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class com.dd.plist.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class com.dd.plist.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class com.dd.plist.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- DICTIONARY_ASSIGN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DICTIONARY_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DICTIONARY_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DICTIONARY_ITEM_DELIMITER_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- DO_BREAK_LINES - Static variable in class com.dd.plist.Base64
-
Do break lines when encoding.
- DONT_GUNZIP - Static variable in class com.dd.plist.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- doubleValue() - Method in class com.dd.plist.NSNumber
-
Gets this instance's double
value.
- doubleValue() - Method in class com.dd.plist.NSString
-
Gets the floating-point value (double precision) of this string.
- ENCODE - Static variable in class com.dd.plist.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class com.dd.plist.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class com.dd.plist.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
CharBuffer.
- encodeBytes(byte[]) - Static method in class com.dd.plist.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class com.dd.plist.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class com.dd.plist.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class com.dd.plist.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class com.dd.plist.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class com.dd.plist.Base64
-
- encodeFileToFile(String, String) - Static method in class com.dd.plist.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class com.dd.plist.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class com.dd.plist.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class com.dd.plist.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class com.dd.plist.Base64
-
Convenience method for encoding data to a file.
- entrySet() - Method in class com.dd.plist.NSDictionary
-
- equals(Object) - Method in class com.dd.plist.NSArray
-
- equals(Object) - Method in class com.dd.plist.NSData
-
- equals(Object) - Method in class com.dd.plist.NSDate
-
- equals(Object) - Method in class com.dd.plist.NSDictionary
-
- equals(Object) - Method in class com.dd.plist.NSNumber
-
Checks whether the other object is a NSNumber of the same value.
- equals(Object) - Method in class com.dd.plist.NSSet
-
- equals(Object) - Method in class com.dd.plist.NSString
-
- NO_OPTIONS - Static variable in class com.dd.plist.Base64
-
No options specified.
- NSArray - Class in com.dd.plist
-
The NSArray class is a wrapper for an array of NSObject instances.
- NSArray(int) - Constructor for class com.dd.plist.NSArray
-
Creates a new NSArray instance of the specified size.
- NSArray(NSObject...) - Constructor for class com.dd.plist.NSArray
-
Creates a new NSArray instance containing the specified elements.
- NSData - Class in com.dd.plist
-
The NSData class is a wrapper for a byte buffer.
- NSData(byte[]) - Constructor for class com.dd.plist.NSData
-
Creates a new NSData instance with the specified content.
- NSData(String) - Constructor for class com.dd.plist.NSData
-
Creates a new NSData instance with the specified Base64 encoded content.
- NSData(File) - Constructor for class com.dd.plist.NSData
-
Creates a new NSData instance with the specified file as content.
- NSDate - Class in com.dd.plist
-
The NSDate class wraps a date.
- NSDate(byte[]) - Constructor for class com.dd.plist.NSDate
-
Creates new NSDate instance from its binary representation.
- NSDate(byte[], int, int) - Constructor for class com.dd.plist.NSDate
-
Creates a new NSDate instance from its binary representation.
- NSDate(String) - Constructor for class com.dd.plist.NSDate
-
Creates a new NSDate instance from is textual representation.
- NSDate(Date) - Constructor for class com.dd.plist.NSDate
-
Creates a new NSDate instance.
- NSDictionary - Class in com.dd.plist
-
The NSDictionary class is a collection of NSObject instances that are identified by strings.
- NSDictionary() - Constructor for class com.dd.plist.NSDictionary
-
Creates a new NSDictionary instance.
- NSNumber - Class in com.dd.plist
-
The NSNumber class wraps a numeric value.
- NSNumber(byte[], int) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance from its binary representation.
- NSNumber(byte[], int, int, int) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance from its binary representation.
- NSNumber(String) - Constructor for class com.dd.plist.NSNumber
-
Create a NSNumber instance from its textual representation.
- NSNumber(int) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance with the specified value.
- NSNumber(long) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance with the specified value.
- NSNumber(double) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance with the specified value.
- NSNumber(boolean) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance with the specified value.
- NSObject - Class in com.dd.plist
-
Abstract interface for an object contained in a property list.
- NSObject() - Constructor for class com.dd.plist.NSObject
-
- NSSet - Class in com.dd.plist
-
The NSSet class is an unordered collection of NSObject instances.
- NSSet() - Constructor for class com.dd.plist.NSSet
-
Creates a new NSSet instance.
- NSSet(boolean) - Constructor for class com.dd.plist.NSSet
-
Creates a new NSSet instance.
- NSSet(NSObject...) - Constructor for class com.dd.plist.NSSet
-
Creates a new NSSet instance with the specified content.
- NSSet(boolean, NSObject...) - Constructor for class com.dd.plist.NSSet
-
Create a new NSSet instance with the specified content.
- NSString - Class in com.dd.plist
-
The NSString class is a wrapper for a string.
- NSString(byte[], String) - Constructor for class com.dd.plist.NSString
-
Creates a new NSString instance from its binary representation.
- NSString(byte[], int, int, String) - Constructor for class com.dd.plist.NSString
-
Creates a new NSString instance from its binary representation.
- NSString(String) - Constructor for class com.dd.plist.NSString
-
Creates a new NSString instance with the specified content.
- parse(File) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list file.
- parse(File, String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list file.
- parse(InputStream) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list from an input stream.
- parse(InputStream, String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list from an input stream.
- parse(byte[]) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list from a byte array.
- parse(byte[], String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list from a byte array.
- parse() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses the property list from the beginning and returns the root object
of the property list.
- parse(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list from a byte array.
- parse(InputStream) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list from an input stream.
- parse(File) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list file.
- parse(String) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a file.
- parse(File) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a file.
- parse(byte[]) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a byte array.
- parse(InputStream) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from an InputStream.
- parse(File) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses a XML property list file.
- parse(byte[]) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses a XML property list from a byte array.
- parse(InputStream) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses a XML property list from an input stream.
- parse(Document) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses a property list from an XML document.
- parseDouble(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a double from a (big-endian) byte array.
- parseDouble(byte[], int, int) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a double from a (big-endian) byte array.
- parseLong(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a long from a (big-endian) byte array.
- parseLong(byte[], int, int) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a long from a (big-endian) byte array.
- parseUnsignedInt(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses an unsigned integers from a byte array.
- parseUnsignedInt(byte[], int, int) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses an unsigned integer from a byte array.
- prepend(String) - Method in class com.dd.plist.NSString
-
Prepends a string to this string.
- prepend(NSString) - Method in class com.dd.plist.NSString
-
Prepends a string to this string.
- PropertyListFormatException - Exception in com.dd.plist
-
A PropertyListFormatException is thrown by the various property list format parsers
when an error in the format of the given property list is encountered.
- PropertyListFormatException(String) - Constructor for exception com.dd.plist.PropertyListFormatException
-
Creates a new exception with the given message.
- PropertyListParser - Class in com.dd.plist
-
This class provides methods to parse property lists.
- PropertyListParser() - Constructor for class com.dd.plist.PropertyListParser
-
Prevent instantiation.
- put(String, NSObject) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, Object) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- putAll(Map<? extends String, ? extends NSObject>) - Method in class com.dd.plist.NSDictionary
-