Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

addObject(NSObject) - Method in class com.dd.plist.NSSet
Adds an object to the set.
allKeys() - Method in class com.dd.plist.NSDictionary
Gets a list of all keys used in this NSDictionary.
allObjects() - Method in class com.dd.plist.NSSet
Returns all objects contained in the set.
anyObject() - Method in class com.dd.plist.NSSet
Returns one of the objects in the set, or null if the set contains no objects.
append(NSString) - Method in class com.dd.plist.NSString
Appends a string to this string.
append(String) - Method in class com.dd.plist.NSString
Appends a string to this string.
ARRAY_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of an array.
ARRAY_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of an array.
ARRAY_ITEM_DELIMITER_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of an array element.
ASCIILocationInformation - Class in com.dd.plist
Information about the location of an NSObject within an ASCII property list file.
ASCIIPropertyListParser - Class in com.dd.plist
Parser for ASCII property lists.
ASCIIPropertyListWriter - Class in com.dd.plist
Writes property lists in the ASCII format.

B

B64InputStream(InputStream) - Constructor for class com.dd.plist.Base64.B64InputStream
Constructs a Base64.B64InputStream in DECODE mode.
B64InputStream(InputStream, int) - Constructor for class com.dd.plist.Base64.B64InputStream
Constructs a Base64.B64InputStream in either ENCODE or DECODE mode.
B64OutputStream(OutputStream) - Constructor for class com.dd.plist.Base64.B64OutputStream
Constructs a Base64.B64OutputStream in ENCODE mode.
B64OutputStream(OutputStream, int) - Constructor for class com.dd.plist.Base64.B64OutputStream
Constructs a Base64.B64OutputStream in either ENCODE or DECODE mode.
Base64 - Class in com.dd.plist
Encodes and decodes to and from Base64 notation.
Base64.B64InputStream - Class in com.dd.plist
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 - Class in com.dd.plist
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 - Class in com.dd.plist
Information about the location of an NSObject within a binary property list file.
BinaryPropertyListParser - Class in com.dd.plist
Parses property lists that are in Apple's binary format.
BinaryPropertyListWriter - Class in com.dd.plist
Writes property lists in the binary format.
BOOLEAN - Static variable in class com.dd.plist.NSNumber
Indicates that the number's value is boolean.
boolValue() - Method in class com.dd.plist.NSNumber
Gets this instance's boolean value.
boolValue() - Method in class com.dd.plist.NSString
Gets the boolean value of this string.
bytes() - Method in class com.dd.plist.NSData
Returns the bytes contained in this instance.

C

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.NSNull
 
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
The token marking the beginning of a comment.
compareTo(NSObject) - Method in class com.dd.plist.NSArray
 
compareTo(NSObject) - Method in class com.dd.plist.NSData
 
compareTo(NSObject) - Method in class com.dd.plist.NSDate
 
compareTo(NSObject) - Method in class com.dd.plist.NSDictionary
 
compareTo(NSObject) - Method in class com.dd.plist.NSNull
 
compareTo(NSObject) - Method in class com.dd.plist.NSNumber
 
compareTo(NSObject) - Method in class com.dd.plist.NSSet
 
compareTo(NSObject) - Method in class com.dd.plist.NSString
 
compareTo(NSObject) - Method in class com.dd.plist.UID
 
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.PropertyListConverter
Converts a given property list file into ASCII format.
convertToASCII(Path, Path) - Static method in class com.dd.plist.PropertyListConverter
Converts a given property list file into ASCII format.
convertToASCII(File, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
convertToBinary(File, File) - Static method in class com.dd.plist.PropertyListConverter
Converts a given property list file into the OS X and iOS binary format.
convertToBinary(Path, Path) - Static method in class com.dd.plist.PropertyListConverter
Converts a given property list file into the OS X and iOS binary format.
convertToBinary(File, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
convertToGnuStepASCII(File, File) - Static method in class com.dd.plist.PropertyListConverter
Converts a given property list file into ASCII format.
convertToGnuStepASCII(File, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
convertToXml(File, File) - Static method in class com.dd.plist.PropertyListConverter
Converts a given property list file into the OS X and iOS XML format.
convertToXml(Path, Path) - Static method in class com.dd.plist.PropertyListConverter
Converts a given property list file into the OS X and iOS XML format.
convertToXml(File, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
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.

D

DATA_BASE64_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a data element in Base-64 encoding.
DATA_BASE64_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of a data element in Base-64 encoding.
DATA_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a data element.
DATA_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of a data element.
DATA_GSBOOL_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a GnuStep boolean value.
DATA_GSBOOL_FALSE_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token representing the boolean value false in the GnuStep format.
DATA_GSBOOL_TRUE_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token representing the boolean value true in the GnuStep format.
DATA_GSDATE_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a GnuStep date.
DATA_GSINT_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a GnuStep integer value.
DATA_GSOBJECT_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a GnuStep object.
DATA_GSREAL_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a GnuStep real value.
DATE_APPLE_DATE_TIME_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token that marks the beginning of the time zone in the Apple format.
DATE_APPLE_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token that marks the end of the time zone in the Apple format.
DATE_DATE_FIELD_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token that separates the parts of a date value (year, month and day).
DATE_GS_DATE_TIME_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token that separates the date and time in the GnuStep format.
DATE_TIME_FIELD_DELIMITER - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token that separates the parts of a time value (hour, minute and second).
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
The token marking the assignment of a value to a dictionary key.
DICTIONARY_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a dictionary.
DICTIONARY_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of a dictionary.
DICTIONARY_ITEM_DELIMITER_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of a dictionary entry.
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.

E

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
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.dd.plist.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
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.NSNull
 
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
 
equals(Object) - Method in class com.dd.plist.UID
 

F

floatValue() - Method in class com.dd.plist.NSNumber
Gets this instance's float value.
floatValue() - Method in class com.dd.plist.NSString
Gets the floating-point value of this string.
flushBase64() - Method in class com.dd.plist.Base64.B64OutputStream
Method added by PHIL.
fromJavaObject(Object) - Static method in class com.dd.plist.NSObject
Serializes the specified object into an NSObject.

G

get(Object) - Method in class com.dd.plist.NSDictionary
 
getArray() - Method in class com.dd.plist.NSArray
Returns the array of NSObjects represented by this NSArray.
getBase64EncodedData() - Method in class com.dd.plist.NSData
Gets the Base64 encoded data contained in this instance.
getBytes(ByteBuffer, int) - Method in class com.dd.plist.NSData
Copies data from this instance into the specified buffer.
getBytes(ByteBuffer, int, int) - Method in class com.dd.plist.NSData
Copies data from this instance into the specified buffer.
getBytes() - Method in class com.dd.plist.UID
Gets this instance's value.
getColumnNumber() - Method in class com.dd.plist.ASCIILocationInformation
Gets the column number.
getColumnNumber() - Method in class com.dd.plist.XMLLocationInformation
Gets the column number of the end of the XML node's start tag, if available.
getContent() - Method in class com.dd.plist.NSString
Gets the string content of this instance.
getDate() - Method in class com.dd.plist.NSDate
Gets the date.
getDescription() - Method in class com.dd.plist.ASCIILocationInformation
 
getDescription() - Method in class com.dd.plist.BinaryLocationInformation
 
getDescription() - Method in class com.dd.plist.LocationInformation
Gets a description of the object location.
getDescription() - Method in class com.dd.plist.XMLLocationInformation
 
getDocBuilder() - Static method in class com.dd.plist.XMLPropertyListParser
Gets a DocumentBuilder to parse an XML property list.
getHashMap() - Method in class com.dd.plist.NSDictionary
Gets the hash map which stores the keys and values of this dictionary.
getId() - Method in class com.dd.plist.BinaryLocationInformation
Gets the ID of the NSObject.
getLineNumber() - Method in class com.dd.plist.ASCIILocationInformation
Gets the line number.
getLineNumber() - Method in class com.dd.plist.XMLLocationInformation
Gets the line number of the end of the XML node's start tag, if available.
getLocationInformation() - Method in class com.dd.plist.NSObject
Gets information about the location of this NSObject within the parsed property list, if available.
getLocationInformation() - Method in exception com.dd.plist.PropertyListFormatException
The location of the element that caused the exception, if available.
getName() - Method in class com.dd.plist.UID
Gets this instance's name.
getOffset() - Method in class com.dd.plist.ASCIILocationInformation
Gets the offset of the NSObject inside the file.
getOffset() - Method in class com.dd.plist.BinaryLocationInformation
Gets the offset of the NSObject inside the file.
getXPath() - Method in class com.dd.plist.XMLLocationInformation
Gets the XPath of the XML node that is the source for the NSObject.
GZIP - Static variable in class com.dd.plist.Base64
Specify that data should be gzip-compressed in second bit.

H

hashCode() - Method in class com.dd.plist.NSArray
 
hashCode() - Method in class com.dd.plist.NSData
 
hashCode() - Method in class com.dd.plist.NSDate
 
hashCode() - Method in class com.dd.plist.NSDictionary
 
hashCode() - Method in class com.dd.plist.NSNumber
 
hashCode() - Method in class com.dd.plist.NSSet
 
hashCode() - Method in class com.dd.plist.NSString
 
hashCode() - Method in class com.dd.plist.UID
 
hasLineInformation() - Method in class com.dd.plist.XMLLocationInformation
Gets a value indicating whether line and column number are available.

I

indent(StringBuilder, int) - Method in class com.dd.plist.NSObject
Helper method that adds correct indentation to the xml output.
indexOfIdenticalObject(Object) - Method in class com.dd.plist.NSArray
Searches for a specific object in the array.
indexOfObject(Object) - Method in class com.dd.plist.NSArray
Searches for an object in the array.
INTEGER - Static variable in class com.dd.plist.NSNumber
Indicates that the number's value is an integer.
intersectsSet(NSSet) - Method in class com.dd.plist.NSSet
Finds out whether at least one object is present in both sets.
intValue() - Method in class com.dd.plist.NSNumber
Gets this instance's integer value.
intValue() - Method in class com.dd.plist.NSString
Gets the integer value of this string.
isBoolean() - Method in class com.dd.plist.NSNumber
Gets a value indicating whether the value of this NSNumber is a boolean.
isEmpty() - Method in class com.dd.plist.NSDictionary
 
isInteger() - Method in class com.dd.plist.NSNumber
Gets a value indicating whether the value of this NSNumber is an integer.
isReal() - Method in class com.dd.plist.NSNumber
Gets a value indicating whether the value of this NSNumber is a real number.
isSubsetOfSet(NSSet) - Method in class com.dd.plist.NSSet
Finds out if this set is a subset of the given set.

K

keySet() - Method in class com.dd.plist.NSDictionary
 

L

lastObject() - Method in class com.dd.plist.NSArray
Returns the last object contained in this array.
length() - Method in class com.dd.plist.NSData
Returns the number of bytes stored in this instance.
LocationInformation - Class in com.dd.plist
Information about the location of an NSObject within the parsed property list file.
LocationInformation() - Constructor for class com.dd.plist.LocationInformation
 
longValue() - Method in class com.dd.plist.NSNumber
Gets this instance's long integer value.

M

member(NSObject) - Method in class com.dd.plist.NSSet
Determines whether the set contains an object equal to the given object and returns that object if it is present.
MULTILINE_COMMENT_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of a multi-line comment.
MULTILINE_COMMENT_SECOND_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking a comment to be multi-line.

N

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.
NSNull - Class in com.dd.plist
Internally used representation of the null value for storing it inside dictionaries and sets.
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.

O

objectAtIndex(int) - Method in class com.dd.plist.NSArray
Returns the object stored at the given index.
objectForKey(String) - Method in class com.dd.plist.NSDictionary
Gets the NSObject stored for the given key.
objectIterator() - Method in class com.dd.plist.NSSet
Returns an iterator object that lets you iterate over all elements of the set.
objectsAtIndexes(int...) - Method in class com.dd.plist.NSArray
Returns a new array containing only the values stored at the given indices.
ORDERED - Static variable in class com.dd.plist.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.

P

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(Path, String) - Static method in class com.dd.plist.ASCIIPropertyListParser
Parses an ASCII property list file.
parse(Path) - 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(Reader) - Static method in class com.dd.plist.ASCIIPropertyListParser
Parses an ASCII property list from a Reader.
parse(String) - Static method in class com.dd.plist.ASCIIPropertyListParser
Parses an ASCII property list from a String
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(File) - Static method in class com.dd.plist.BinaryPropertyListParser
Parses a binary property list file.
parse(Path) - Static method in class com.dd.plist.BinaryPropertyListParser
Parses a binary property list file.
parse(InputStream) - Static method in class com.dd.plist.BinaryPropertyListParser
Parses a binary property list from an input stream.
parse(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
Parses a binary property list from a byte array.
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(Path) - 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 an XML property list file.
parse(Path) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list file.
parse(byte[]) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list from a byte array.
parse(InputStream) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list from an input stream.
parse(Reader) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list from a Reader.
parse(File, boolean) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list file.
parse(Path, boolean) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list file.
parse(byte[], boolean) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list from a byte array.
parse(InputStream, boolean) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list from an input stream.
parse(Reader, boolean) - Static method in class com.dd.plist.XMLPropertyListParser
Parses an XML property list from a Reader.
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.
PropertyListConverter - Class in com.dd.plist
Converts files between different property list formats.
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.
PropertyListFormatException(String, Throwable) - Constructor for exception com.dd.plist.PropertyListFormatException
Creates a new exception with the given message.
PropertyListParser - Class in com.dd.plist
Parses 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
 

Q

QUOTEDSTRING_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of a quoted string.
QUOTEDSTRING_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the end of a quoted string.
QUOTEDSTRING_ESCAPE_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking the beginning of an escape sequence in a quoted string.

R

read() - Method in class com.dd.plist.Base64.B64InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.dd.plist.Base64.B64InputStream
Calls Base64.B64InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
readAll(InputStream) - Static method in class com.dd.plist.PropertyListParser
Reads all bytes from an InputStream and stores them in an array, up to a maximum count.
REAL - Static variable in class com.dd.plist.NSNumber
Indicates that the number's value is a real number.
remove(int) - Method in class com.dd.plist.NSArray
Removes the i-th element from the array.
remove(String) - Method in class com.dd.plist.NSDictionary
Removes a key-value pair from this dictionary.
remove(Object) - Method in class com.dd.plist.NSDictionary
 
removeObject(NSObject) - Method in class com.dd.plist.NSSet
Removes an object from the set.
resumeEncoding() - Method in class com.dd.plist.Base64.B64OutputStream
Resumes encoding of the stream.

S

saveAsASCII(NSDictionary, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsASCII(NSArray, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsBinary(NSObject, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsBinary(NSObject, OutputStream) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsGnuStepASCII(NSDictionary, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsGnuStepASCII(NSArray, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsXML(NSObject, File) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
saveAsXML(NSObject, OutputStream) - Static method in class com.dd.plist.PropertyListParser
Deprecated.
setContent(String) - Method in class com.dd.plist.NSString
Sets the string content of this instance.
setValue(int, Object) - Method in class com.dd.plist.NSArray
Stores an object at the specified index.
SINGLELINE_COMMENT_SECOND_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The token marking a comment to be single-line.
size() - Method in class com.dd.plist.NSDictionary
 
stringValue() - Method in class com.dd.plist.NSNumber
Gets this instance's value expressed as a human-readable string.
suspendEncoding() - Method in class com.dd.plist.Base64.B64OutputStream
Suspends encoding of the stream.

T

toASCII(StringBuilder, int) - Method in class com.dd.plist.NSArray
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSData
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSDate
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSDictionary
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSNull
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSNumber
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSSet
Returns the ASCII representation of this set.
toASCII(StringBuilder, int) - Method in class com.dd.plist.NSString
 
toASCII(StringBuilder, int) - Method in class com.dd.plist.UID
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSArray
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSData
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSDate
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSDictionary
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSNull
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSNumber
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSSet
Returns the ASCII representation of this set according to the GnuStep format.
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.NSString
 
toASCIIGnuStep(StringBuilder, int) - Method in class com.dd.plist.UID
 
toASCIIPropertyList() - Method in class com.dd.plist.NSArray
Generates a valid ASCII property list which has this NSArray as its root object.
toASCIIPropertyList() - Method in class com.dd.plist.NSDictionary
Generates a valid ASCII property list which has this NSDictionary as its root object.
toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSString
 
toGnuStepASCIIPropertyList() - Method in class com.dd.plist.NSArray
Generates a valid ASCII property list in GnuStep format which has this NSArray as its root object.
toGnuStepASCIIPropertyList() - Method in class com.dd.plist.NSDictionary
Generates a valid ASCII property list in GnuStep format which has this NSDictionary as its root object.
toJavaObject() - Method in class com.dd.plist.NSArray
 
toJavaObject() - Method in class com.dd.plist.NSData
 
toJavaObject() - Method in class com.dd.plist.NSDate
 
toJavaObject() - Method in class com.dd.plist.NSDictionary
 
toJavaObject() - Method in class com.dd.plist.NSNull
 
toJavaObject() - Method in class com.dd.plist.NSNumber
 
toJavaObject() - Method in class com.dd.plist.NSObject
Converts this NSObject into an equivalent object of the Java Runtime Environment.
toJavaObject(Class<T>) - Method in class com.dd.plist.NSObject
Converts this NSObject into an object of the specified class.
toJavaObject() - Method in class com.dd.plist.NSSet
 
toJavaObject() - Method in class com.dd.plist.NSString
 
toJavaObject() - Method in class com.dd.plist.UID
 
toString() - Method in class com.dd.plist.LocationInformation
Returns the description of the object location.
toString() - Method in class com.dd.plist.NSDate
Generates a string representation of the date.
toString() - Method in class com.dd.plist.NSNumber
 
toString() - Method in class com.dd.plist.NSString
 
toString() - Method in class com.dd.plist.UID
 
toXMLPropertyList() - Method in class com.dd.plist.NSObject
Generates a valid XML property list including headers using this object as root.
type() - Method in class com.dd.plist.NSNumber
Gets the type of this instance's value.

U

UID - Class in com.dd.plist
The UID class holds a unique identifier.
UID(String, BigInteger) - Constructor for class com.dd.plist.UID
Creates a new UID instance.
UID(String, byte[]) - Constructor for class com.dd.plist.UID
Creates a new UID instance.
URL_SAFE - Static variable in class com.dd.plist.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.

V

values() - Method in class com.dd.plist.NSDictionary
 

W

WHITESPACE_CARRIAGE_RETURN - Static variable in class com.dd.plist.ASCIIPropertyListParser
The carriage return character token.
WHITESPACE_NEWLINE - Static variable in class com.dd.plist.ASCIIPropertyListParser
The newline character token.
WHITESPACE_SPACE - Static variable in class com.dd.plist.ASCIIPropertyListParser
The space character token.
WHITESPACE_TAB - Static variable in class com.dd.plist.ASCIIPropertyListParser
The tab character token.
write(NSDictionary, File) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
write(NSDictionary, Path) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
write(NSArray, File) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
write(NSArray, Path) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
write(int) - Method in class com.dd.plist.Base64.B64OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.dd.plist.Base64.B64OutputStream
Calls Base64.B64OutputStream.write(int) repeatedly until len bytes are written.
write(File, NSObject) - Static method in class com.dd.plist.BinaryPropertyListWriter
Deprecated.
Use the overload that takes the root as first argument and the file as second.
write(NSObject, File) - Static method in class com.dd.plist.BinaryPropertyListWriter
Writes a binary plist file with the given object as the root.
write(NSObject, File, boolean) - Static method in class com.dd.plist.BinaryPropertyListWriter
Writes a binary plist file with the given object as the root.
write(NSObject, Path) - Static method in class com.dd.plist.BinaryPropertyListWriter
Writes a binary plist file with the given object as the root.
write(OutputStream, NSObject) - Static method in class com.dd.plist.BinaryPropertyListWriter
Deprecated.
Use the overload that takes the root as first argument and the stream as second.
write(NSObject, OutputStream) - Static method in class com.dd.plist.BinaryPropertyListWriter
Writes a binary plist serialization of the given object as the root.
write(NSObject, File) - Static method in class com.dd.plist.XMLPropertyListWriter
Saves a property list with the given object as root into an XML file.
write(NSObject, Path) - Static method in class com.dd.plist.XMLPropertyListWriter
Saves a property list with the given object as root into an XML file.
write(NSObject, OutputStream) - Static method in class com.dd.plist.XMLPropertyListWriter
Saves a property list with the given object as root in XML format into an output stream.
writeGnuStep(NSDictionary, File) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
writeGnuStep(NSDictionary, Path) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
writeGnuStep(NSArray, File) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
writeGnuStep(NSArray, Path) - Static method in class com.dd.plist.ASCIIPropertyListWriter
Saves a property list with the given object as root into an ASCII file.
writeToArray(NSObject) - Static method in class com.dd.plist.BinaryPropertyListWriter
Writes a binary plist serialization of the given object as the root into a byte array.

X

XMLLocationInformation - Class in com.dd.plist
Information about the location of an NSObject within an XML property list file.
XMLPropertyListParser - Class in com.dd.plist
Parses XML property lists.
XMLPropertyListParser() - Constructor for class com.dd.plist.XMLPropertyListParser
 
XMLPropertyListWriter - Class in com.dd.plist
Writes property lists in the XML format.
XMLPropertyListWriter() - Constructor for class com.dd.plist.XMLPropertyListWriter
 
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2024. All rights reserved.