- clear() - Method in class com.dd.plist.NSDictionary
-
Removes all key-value pairs from this dictionary.
- close() - Method in class com.dd.plist.Base64.OutputStream
-
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(NSObject) - 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 a 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.
- 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
-
Represents an Array.
- NSArray(int) - Constructor for class com.dd.plist.NSArray
-
Creates an empty array of the given length.
- NSArray(NSObject...) - Constructor for class com.dd.plist.NSArray
-
Creates a array from an existing one
- NSData - Class in com.dd.plist
-
NSData objects are wrappers for byte buffers.
- NSData(byte[]) - Constructor for class com.dd.plist.NSData
-
Creates the NSData object from the binary representation of it.
- NSData(String) - Constructor for class com.dd.plist.NSData
-
Creates a NSData object from its textual representation, which is a Base64 encoded amount of bytes.
- NSData(File) - Constructor for class com.dd.plist.NSData
-
Creates a NSData object from a file.
- NSDate - Class in com.dd.plist
-
Represents a date.
- NSDate(byte[]) - Constructor for class com.dd.plist.NSDate
-
Creates a date from its binary representation.
- NSDate(String) - Constructor for class com.dd.plist.NSDate
-
Parses a date from its textual representation.
- NSDate(Date) - Constructor for class com.dd.plist.NSDate
-
Creates a NSDate from a Java Date
- NSDictionary - Class in com.dd.plist
-
A NSDictionary is a collection of keys and values, essentially a Hashtable.
- NSDictionary() - Constructor for class com.dd.plist.NSDictionary
-
Creates a new empty NSDictionary.
- NSNumber - Class in com.dd.plist
-
A number whose value is either an integer, a real number or boolean.
- NSNumber(byte[], int) - Constructor for class com.dd.plist.NSNumber
-
Parses integers and real numbers from their binary representation.
- NSNumber(String) - Constructor for class com.dd.plist.NSNumber
-
Creates a number from its textual representation.
- NSNumber(int) - Constructor for class com.dd.plist.NSNumber
-
Creates an integer number.
- NSNumber(long) - Constructor for class com.dd.plist.NSNumber
-
Creates an integer number.
- NSNumber(double) - Constructor for class com.dd.plist.NSNumber
-
Creates a real number.
- NSNumber(boolean) - Constructor for class com.dd.plist.NSNumber
-
Creates a boolean number.
- NSObject - Class in com.dd.plist
-
Abstract interface for any object contained in a property list.
- NSObject() - Constructor for class com.dd.plist.NSObject
-
- NSSet - Class in com.dd.plist
-
A set is an interface to an unordered collection of objects.
- NSSet() - Constructor for class com.dd.plist.NSSet
-
Creates an empty unordered set.
- NSSet(boolean) - Constructor for class com.dd.plist.NSSet
-
Creates an empty set.
- NSSet(NSObject...) - Constructor for class com.dd.plist.NSSet
-
Create a set and fill it with the given objects.
- NSSet(boolean, NSObject...) - Constructor for class com.dd.plist.NSSet
-
Create a set and fill it with the given objects.
- NSString - Class in com.dd.plist
-
A NSString contains a string.
- NSString(byte[], String) - Constructor for class com.dd.plist.NSString
-
Creates an NSString from its binary representation.
- NSString(String) - Constructor for class com.dd.plist.NSString
-
Creates a NSString from a string.
- parse(File) - 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(byte[]) - 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.
- parseDouble(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses doubles from a (big-endian) byte array.
- parseLong(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses longs from a (big-endian) byte array.
- parseQuotedString(String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses a string according to the format specified for ASCII property lists.
- parseUnsignedInt(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses an unsigned integers 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.
- PropertyListParser - Class in com.dd.plist
-
This class provides methods to parse property lists.
- PropertyListParser() - Constructor for class com.dd.plist.PropertyListParser
-
Objects are unneccesary.
- put(String, Object) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, NSObject) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, String) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, long) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, double) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, boolean) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, Date) - Method in class com.dd.plist.NSDictionary
-
Puts a new key-value pair into this dictionary.
- put(String, byte[]) - 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
-
- WHITESPACE_CARRIAGE_RETURN - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- WHITESPACE_NEWLINE - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- WHITESPACE_SPACE - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- WHITESPACE_TAB - Static variable in class com.dd.plist.ASCIIPropertyListParser
-
- wrap(String) - Static method in class com.dd.plist.NSObject
-
Wraps the given value inside a NSObject.
- wrap(long) - Static method in class com.dd.plist.NSObject
-
Wraps the given value inside a NSObject.
- wrap(double) - Static method in class com.dd.plist.NSObject
-
Wraps the given value inside a NSObject.
- wrap(boolean) - Static method in class com.dd.plist.NSObject
-
Wraps the given value inside a NSObject.
- wrap(Date) - Static method in class com.dd.plist.NSObject
-
Wraps the given value inside a NSObject.
- wrap(byte[]) - Static method in class com.dd.plist.NSObject
-
Wraps the given value inside a NSObject.
- wrap(Object[]) - Static method in class com.dd.plist.NSObject
-
Creates a NSArray with the contents of the given array.
- wrap(Map<String, Object>) - Static method in class com.dd.plist.NSObject
-
Creates a NSDictionary with the contents of the given map.
- wrap(Set<Object>) - Static method in class com.dd.plist.NSObject
-
Creates a NSSet with the contents of this set.
- wrap(Object) - Static method in class com.dd.plist.NSObject
-
Creates a NSObject representing the given Java Object.
- wrapSerialized(Object) - Static method in class com.dd.plist.NSObject
-
Serializes the given object using Java's default object serialization
and wraps the serialized object in a NSData object.
- write(int) - Method in class com.dd.plist.Base64.OutputStream
-
Writes the byte to the output stream after
converting to/from Base64 notation.
- write(byte[], int, int) - Method in class com.dd.plist.Base64.OutputStream
-
- write(File, NSObject) - 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
-
Writes a binary plist serialization of the given object as the root.
- 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.