A B C D E F G H I K L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(char) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Checks whether the given symbol can be accepted, that is, if the given symbols is found at the current parsing position.
- accept(char...) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Checks whether the given symbols can be accepted, that is, if one of the given symbols is found at the current parsing position.
- acceptSequence(char...) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Checks whether the given sequence of symbols can be accepted.
- 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
nullif 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 - Variable in class com.dd.plist.NSArray
- ARRAY_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- ARRAY_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- ARRAY_ITEM_DELIMITER_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- ARRAY_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- ASCII_LINE_LENGTH - Static variable in class com.dd.plist.NSObject
-
The maximum length of the text lines to be used when generating ASCII property lists.
- ASCII_STRING_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- asciiEncoder - Static variable in class com.dd.plist.NSString
- ASCIIPropertyListParser - Class in com.dd.plist
-
Parser for ASCII property lists.
- ASCIIPropertyListParser(byte[], String) - Constructor for class com.dd.plist.ASCIIPropertyListParser
-
Creates a new parser for the given property list content.
- ASCIIPropertyListParser(char[]) - Constructor for class com.dd.plist.ASCIIPropertyListParser
-
Creates a new parser for the given property list content.
- ASCIIPropertyListWriter - Class in com.dd.plist
-
Writes property lists in the ASCII format.
- ASCIIPropertyListWriter() - Constructor for class com.dd.plist.ASCIIPropertyListWriter
-
Prevents instantiation.
- assignID(NSObject) - Method in class com.dd.plist.BinaryPropertyListWriter
- assignIDs(BinaryPropertyListWriter) - Method in class com.dd.plist.NSArray
- assignIDs(BinaryPropertyListWriter) - Method in class com.dd.plist.NSDictionary
- assignIDs(BinaryPropertyListWriter) - Method in class com.dd.plist.NSObject
-
Assigns IDs to all the objects in this NSObject subtree.
- assignIDs(BinaryPropertyListWriter) - Method in class com.dd.plist.NSSet
B
- b4 - Variable in class com.dd.plist.Base64.B64OutputStream
- B64InputStream(InputStream) - Constructor for class com.dd.plist.Base64.B64InputStream
-
Constructs a
Base64.B64InputStreamin DECODE mode. - B64InputStream(InputStream, int) - Constructor for class com.dd.plist.Base64.B64InputStream
-
Constructs a
Base64.B64InputStreamin either ENCODE or DECODE mode. - B64OutputStream(OutputStream) - Constructor for class com.dd.plist.Base64.B64OutputStream
-
Constructs a
Base64.B64OutputStreamin ENCODE mode. - B64OutputStream(OutputStream, int) - Constructor for class com.dd.plist.Base64.B64OutputStream
-
Constructs a
Base64.B64OutputStreamin either ENCODE or DECODE mode. - Base64 - Class in com.dd.plist
-
Encodes and decodes to and from Base64 notation.
- Base64() - Constructor for class com.dd.plist.Base64
-
Defeats instantiation.
- Base64.B64InputStream - Class in com.dd.plist
-
A
Base64.B64InputStreamwill read data from anotherjava.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.B64OutputStreamwill write data to anotherjava.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - BinaryPropertyListParser - Class in com.dd.plist
-
Parses property lists that are in Apple's binary format.
- BinaryPropertyListParser() - Constructor for class com.dd.plist.BinaryPropertyListParser
-
Protected constructor so that instantiation is fully controlled by the static parse methods.
- BinaryPropertyListWriter - Class in com.dd.plist
-
Writes property lists in the binary format.
- BinaryPropertyListWriter(OutputStream, int) - Constructor for class com.dd.plist.BinaryPropertyListWriter
-
Creates a new binary property list writer
- BOMs - Static variable in class com.dd.plist.ByteOrderMarkReader
- BOOLEAN - Static variable in class com.dd.plist.NSNumber
-
Indicates that the number's value is boolean.
- boolValue - Variable in class com.dd.plist.NSNumber
- 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.
- breakLines - Variable in class com.dd.plist.Base64.B64InputStream
- breakLines - Variable in class com.dd.plist.Base64.B64OutputStream
- buffer - Variable in class com.dd.plist.Base64.B64InputStream
- buffer - Variable in class com.dd.plist.Base64.B64OutputStream
- bufferLength - Variable in class com.dd.plist.Base64.B64InputStream
- bufferLength - Variable in class com.dd.plist.Base64.B64OutputStream
- ByteOrderMarkFilterInputStream - Class in com.dd.plist
-
An input stream that filters the Byte Order Mark from the input.
- ByteOrderMarkFilterInputStream(InputStream, boolean) - Constructor for class com.dd.plist.ByteOrderMarkFilterInputStream
-
Creates a
ByteOrderMarkFilterInputStreaminstance. - ByteOrderMarkReader - Class in com.dd.plist
-
Reads Byte Order Marks for various Unicode encodings.
- ByteOrderMarkReader() - Constructor for class com.dd.plist.ByteOrderMarkReader
- bytes - Variable in class com.dd.plist.BinaryPropertyListParser
-
The property list data.
- bytes - Variable in class com.dd.plist.NSData
- bytes() - Method in class com.dd.plist.NSData
-
Returns the bytes contained in this instance.
C
- calculateUtf8StringLength(int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- charset - Variable in class com.dd.plist.ByteOrderMarkReader
- charsetPossible - Variable in class com.dd.plist.ByteOrderMarkReader
- Charsets - Static variable in class com.dd.plist.ByteOrderMarkReader
- 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.
- close() - Method in class com.dd.plist.ByteOrderMarkFilterInputStream
- closeStream - Variable in class com.dd.plist.ByteOrderMarkFilterInputStream
- com.dd.plist - package com.dd.plist
- COMMENT_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- 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
- computeIdSizeInBytes(int) - Static method in class com.dd.plist.BinaryPropertyListWriter
- computeOffsetSizeInBytes(long) - Method in class com.dd.plist.BinaryPropertyListWriter
- consumedBytes - Variable in class com.dd.plist.ByteOrderMarkFilterInputStream
- 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.NSSet
-
Finds out whether the given object is contained in the set.
- 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.
- containsValue(boolean) - 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.
- containsValue(double) - 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(NSObject) - Method in class com.dd.plist.NSDictionary
-
Checks whether a given value is contained in this dictionary.
- containsValue(Object) - Method in class com.dd.plist.NSDictionary
- containsValue(String) - 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.
- content - Variable in class com.dd.plist.NSString
- convertToASCII(File, File) - 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.Use
PropertyListConverterinstead. - convertToASCII(Path, Path) - Static method in class com.dd.plist.PropertyListConverter
-
Converts a given property list file into ASCII format.
- 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(File, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
PropertyListConverterinstead. - 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.
- 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.Use
PropertyListConverterinstead. - 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(File, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
PropertyListConverterinstead. - 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.
- copyOfRange(byte[], int, int) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Copies a part of a byte array into a new array.
- count - Variable in class com.dd.plist.BinaryPropertyListWriter
- 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 - Variable in class com.dd.plist.ASCIIPropertyListParser
-
Property list source data
- DATA_BASE64_BEGIN_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- DATA_BASE64_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- 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
- DATA_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- date - Variable in class com.dd.plist.NSDate
- 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
- DATE_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- decodabet - Variable in class com.dd.plist.Base64.B64InputStream
- decodabet - Variable in class com.dd.plist.Base64.B64OutputStream
- 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.
- DECODE - Static variable in class com.dd.plist.Base64
-
Specify decoding in first bit.
- decode4to3(byte[], int, byte[], int, int) - Static method in class com.dd.plist.Base64
-
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
- decodeFileToFile(String, String) - Static method in class com.dd.plist.Base64
-
Reads
infileand decodes it tooutfile. - 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.
- deserializeArray(NSObject, Class<?>) - Method in class com.dd.plist.NSObject
- deserializeCollection(NSObject, Class<?>, Type[]) - Method in class com.dd.plist.NSObject
- deserializeData(NSData, Class<?>) - Static method in class com.dd.plist.NSObject
- deserializeDate(NSDate, Class<?>) - Static method in class com.dd.plist.NSObject
- deserializeMap(Class<?>, Type[], Map<String, NSObject>) - Method in class com.dd.plist.NSObject
- deserializeNumber(NSNumber, Class<?>) - Static method in class com.dd.plist.NSObject
- deserializeObject(NSDictionary, Class<?>, Type[]) - Method in class com.dd.plist.NSObject
- deserializeSimple(NSObject, Class<?>) - Static method in class com.dd.plist.NSObject
- detect(byte[]) - Static method in class com.dd.plist.ByteOrderMarkReader
-
Detects the encoding of input data that is available as a complete byte array.
- determineType(InputStream, int) - Static method in class com.dd.plist.PropertyListParser
-
Determines the property list type by means of the first bytes of its data.
- determineType(String) - Static method in class com.dd.plist.PropertyListParser
-
Determines the property list type by means of the first bytes of its data.
- dict - Variable in class com.dd.plist.NSDictionary
- 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
- DICTIONARY_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- 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.
- doParse(byte[]) - Method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list from a byte array.
- doubleValue - Variable in class com.dd.plist.NSNumber
- doubleValue() - Method in class com.dd.plist.NSNumber
-
Gets this instance's
doublevalue. - doubleValue() - Method in class com.dd.plist.NSString
-
Gets the floating-point value (double precision) of this string.
E
- empty() - Static method in class com.dd.plist.ParsedObjectStack
-
Creates a new stack containing only the specified object identifier.
- encode - Variable in class com.dd.plist.Base64.B64InputStream
- encode - Variable in class com.dd.plist.Base64.B64OutputStream
- encode(ByteBuffer, ByteBuffer) - Static method in class com.dd.plist.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedByteBuffer. - encode(ByteBuffer, CharBuffer) - Static method in class com.dd.plist.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedCharBuffer. - ENCODE - Static variable in class com.dd.plist.Base64
-
Specify encoding in first bit.
- encode3to4(byte[], byte[], int, int) - Static method in class com.dd.plist.Base64
-
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
- encode3to4(byte[], int, int, byte[], int, int) - Static method in class com.dd.plist.Base64
-
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
- 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
infileand encodes it tooutfile. - 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
- EPOCH - Static variable in class com.dd.plist.NSDate
- 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
- EQUALS_SIGN - Static variable in class com.dd.plist.Base64
-
The equals sign (=) as a byte.
- EQUALS_SIGN_ENC - Static variable in class com.dd.plist.Base64
- escapeStringForASCII(String) - Static method in class com.dd.plist.NSString
-
Escapes a string for use in ASCII property lists.
- escapeStringForXml(String) - Static method in class com.dd.plist.NSString
- expect(char) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Expects the input to have the given symbol at the current parsing position.
- expect(char...) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Expects the input to have one of the given symbols at the current parsing position.
F
- FACTORY - Static variable in class com.dd.plist.XMLPropertyListParser
- FALSE_SYMBOL - Static variable in class com.dd.plist.NSNumber
- filterElementNodes(NodeList) - Static method in class com.dd.plist.XMLPropertyListParser
-
Returns all element nodes that are contained in a list of nodes.
- floatValue() - Method in class com.dd.plist.NSNumber
-
Gets this instance's
floatvalue. - 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.
- fromArray(Object, Class<?>) - Static method in class com.dd.plist.NSObject
- fromCollection(Collection<?>) - Static method in class com.dd.plist.NSObject
- fromData(Object) - Static method in class com.dd.plist.NSObject
- fromJavaObject(Object) - Static method in class com.dd.plist.NSObject
-
Serializes the specified object into an NSObject.
- fromMap(Map<?, ?>) - Static method in class com.dd.plist.NSObject
- fromPojo(Object, Class<?>) - Static method in class com.dd.plist.NSObject
- fromSet(Set<?>) - Static method in class com.dd.plist.NSObject
- fromSimple(Object, Class<?>) - Static method in class com.dd.plist.NSObject
G
- get(Object) - Method in class com.dd.plist.NSDictionary
- getAlphabet(int) - Static method in class com.dd.plist.Base64
-
Returns one of the _SOMETHING_ALPHABET byte arrays depending on the options specified.
- 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() - Method in class com.dd.plist.UID
-
Gets this instance's value.
- 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.
- getClassForName(String) - Static method in class com.dd.plist.NSObject
- 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.
- getDecodabet(int) - Static method in class com.dd.plist.Base64
-
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified.
- getDetectedCharset() - Method in class com.dd.plist.ByteOrderMarkReader
-
Gets the charset that was detected.
- getDocBuilder() - Static method in class com.dd.plist.XMLPropertyListParser
-
Gets a
DocumentBuilderto 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(NSObject) - Method in class com.dd.plist.BinaryPropertyListWriter
- getInstance(Class<?>) - Static method in class com.dd.plist.NSObject
- getMinimumRequiredVersion(NSObject) - Static method in class com.dd.plist.BinaryPropertyListWriter
-
Finds out the minimum binary property list format version that can be used to save the given NSObject tree.
- getName() - Method in class com.dd.plist.UID
-
Gets this instance's name.
- getNodeTextContents(Node) - Static method in class com.dd.plist.XMLPropertyListParser
-
Returns a node's text content.
- getObjectOffset(int) - Method in class com.dd.plist.BinaryPropertyListParser
- getRealStringRepresentation() - Method in class com.dd.plist.NSNumber
- 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
- hastUtf8Sequence(int, int) - Method in class com.dd.plist.BinaryPropertyListParser
I
- idMap - Variable in class com.dd.plist.BinaryPropertyListWriter
- idSizeInBytes - Variable in class com.dd.plist.BinaryPropertyListWriter
- indent(StringBuilder, int) - Method in class com.dd.plist.NSObject
-
Helper method that adds correct indentation to the xml output.
- INDENT - Static variable in class com.dd.plist.NSObject
-
The indentation character used for generating the XML output.
- index - Variable in class com.dd.plist.ASCIIPropertyListParser
-
Current parsing index
- 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.
- INT_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- 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.
- isSimple(Class<?>) - Static method in class com.dd.plist.NSObject
- 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.
- lineLength - Variable in class com.dd.plist.Base64.B64InputStream
- lineLength - Variable in class com.dd.plist.Base64.B64OutputStream
- longValue - Variable in class com.dd.plist.NSNumber
- longValue() - Method in class com.dd.plist.NSNumber
-
Gets this instance's long integer value.
M
- majorVersion - Variable in class com.dd.plist.BinaryPropertyListParser
-
Major version of the property list format
- makeDateString(Date) - Static method in class com.dd.plist.NSDate
-
Generates a string representation of a Java Date object.
- makeDateStringGnuStep(Date) - Static method in class com.dd.plist.NSDate
-
Generates a string representation of a Java Date object.
- makeFirstCharLowercase(String) - Static method in class com.dd.plist.NSObject
- MAX_LINE_LENGTH - Static variable in class com.dd.plist.Base64
-
Maximum line length (76) of Base64 output.
- 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.
- minorVersion - Variable in class com.dd.plist.BinaryPropertyListParser
-
Minor version of the property list format
- MULTILINE_COMMENT_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- MULTILINE_COMMENT_SECOND_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
N
- name - Variable in class com.dd.plist.UID
- NAN_SYMBOL - Static variable in class com.dd.plist.NSNumber
- NEGATIVE_INFINITY_SYMBOL - Static variable in class com.dd.plist.NSNumber
- NEW_LINE - Static variable in class com.dd.plist.Base64
-
The new line character (\n) as a byte.
- NEWLINE - Static variable in class com.dd.plist.NSObject
-
The newline character used for generating the XML output.
- NO_OPTIONS - Static variable in class com.dd.plist.Base64
-
No options specified.
- NO_SYMOBL - Static variable in class com.dd.plist.NSNumber
- 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(File) - Constructor for class com.dd.plist.NSData
-
Creates a new NSData instance with the specified file as content.
- NSData(String) - Constructor for class com.dd.plist.NSData
-
Creates a new NSData instance with the specified Base64 encoded 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.
- NSNull() - Constructor for class com.dd.plist.NSNull
- NSNumber - Class in com.dd.plist
-
The NSNumber class wraps a numeric value.
- NSNumber(boolean) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance with the specified 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(double) - Constructor for class com.dd.plist.NSNumber
-
Creates a new NSNumber instance with the specified value.
- 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(String) - Constructor for class com.dd.plist.NSNumber
-
Create a NSNumber instance from its textual representation.
- 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(boolean, NSObject...) - Constructor for class com.dd.plist.NSSet
-
Create a new NSSet instance with the specified content.
- NSSet(NSObject...) - Constructor for class com.dd.plist.NSSet
-
Creates 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[], int, int, String) - Constructor for class com.dd.plist.NSString
-
Creates a new NSString instance from its binary representation.
- NSString(byte[], 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.
- NULL - Static variable in class com.dd.plist.NSNull
- numObjects - Variable in class com.dd.plist.BinaryPropertyListParser
- numSigBytes - Variable in class com.dd.plist.Base64.B64InputStream
O
- object - Variable in class com.dd.plist.ParsedObjectStack
- 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.
- objectRefSize - Variable in class com.dd.plist.BinaryPropertyListParser
-
Length of an object reference in bytes
- objectsAtIndexes(int...) - Method in class com.dd.plist.NSArray
-
Returns a new array containing only the values stored at the given indices.
- offset - Variable in class com.dd.plist.ByteOrderMarkReader
- offsetSize - Variable in class com.dd.plist.BinaryPropertyListParser
- offsetTableOffset - Variable in class com.dd.plist.BinaryPropertyListParser
- options - Variable in class com.dd.plist.Base64.B64InputStream
- options - Variable in class com.dd.plist.Base64.B64OutputStream
- ordered - Variable in class com.dd.plist.NSSet
- 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.
- ORDERED_SET_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- out - Variable in class com.dd.plist.BinaryPropertyListWriter
P
- parent - Variable in class com.dd.plist.ParsedObjectStack
- 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.ASCIIPropertyListParser
-
Parses an ASCII property list from a byte array.
- parse(byte[]) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list from a byte array.
- parse(byte[]) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a byte array.
- parse(byte[]) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses an XML 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(File) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list file.
- parse(File) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list file.
- parse(File) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a file.
- parse(File) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses an XML 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) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list from an input stream.
- parse(InputStream) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from an InputStream.
- parse(InputStream) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses an XML 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(Reader) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses an XML property list from a
Reader. - parse(String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list from a
String - parse(String) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a file.
- parse(Path) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list file.
- parse(Path) - Static method in class com.dd.plist.BinaryPropertyListParser
-
Parses a binary property list file.
- parse(Path) - Static method in class com.dd.plist.PropertyListParser
-
Parses a property list from a file.
- parse(Path) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses an XML property list file.
- parse(Path, String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an ASCII property list file.
- parse(Document) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses a property list from an XML document.
- parseArray() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses an array from the current parsing position.
- parseArray(int, int, ParsedObjectStack) - Method in class com.dd.plist.BinaryPropertyListParser
- parseData() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses a data object from the current parsing position.
- parseData(int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- parseDate(int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- parseDateString() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Attempts to parse a plain string as a date if possible.
- parseDateString(String) - Static method in class com.dd.plist.NSDate
-
Parses a date string and creates a Java Date object from it.
- parseDictionary() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses a dictionary from the current parsing position.
- parseDictionary(int, int, ParsedObjectStack) - Method in class com.dd.plist.BinaryPropertyListParser
- parsedObjects - Variable in class com.dd.plist.BinaryPropertyListParser
- ParsedObjectStack - Class in com.dd.plist
-
Keeps track of the stack of parsed objects in a binary property list.
- ParsedObjectStack(ParsedObjectStack, int) - Constructor for class com.dd.plist.ParsedObjectStack
- 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.
- parseEscapedSequence(StringCharacterIterator) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Unescapes an escaped character sequence, e.g.
- 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.
- parseNumber(int, int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- parseObject() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses the NSObject found at the current position in the property list data stream.
- parseObject(ParsedObjectStack, int) - Method in class com.dd.plist.BinaryPropertyListParser
-
Parses an object inside the currently parsed binary property list.
- parseObject(Node) - Static method in class com.dd.plist.XMLPropertyListParser
-
Parses a node in the XML structure and returns the corresponding NSObject
- parseObjectReference(int) - Method in class com.dd.plist.BinaryPropertyListParser
- parseObjectReferenceFromList(int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- parseQuotedString() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses a quoted string from the current parsing position.
- parseQuotedString(String) - Static method in class com.dd.plist.ASCIIPropertyListParser
-
Parses a string according to the format specified for ASCII property lists.
- parseSet(int, int, boolean, ParsedObjectStack) - Method in class com.dd.plist.BinaryPropertyListParser
- parseSimpleObject(int, int, int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- parseString() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Parses a plain string from the current parsing position.
- parseString(int, int, BiFunction<Integer, Integer, Integer>, String) - Method in class com.dd.plist.BinaryPropertyListParser
- parseUid(int, int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- 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.
- PLIST_PUBLIC_ID_1 - Static variable in class com.dd.plist.XMLPropertyListParser.PlistDtdResolver
- PLIST_PUBLIC_ID_2 - Static variable in class com.dd.plist.XMLPropertyListParser.PlistDtdResolver
- PlistDtdResolver() - Constructor for class com.dd.plist.XMLPropertyListParser.PlistDtdResolver
- position - Variable in class com.dd.plist.Base64.B64InputStream
- position - Variable in class com.dd.plist.Base64.B64OutputStream
- POSTIIVE_INFINITY_SYMBOL - Static variable in class com.dd.plist.NSNumber
- PREFERRED_ENCODING - Static variable in class com.dd.plist.Base64
-
Preferred encoding.
- prepend(NSString) - Method in class com.dd.plist.NSString
-
Prepends a string to this string.
- prepend(String) - 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.
- PropertyListConverter() - Constructor for class com.dd.plist.PropertyListConverter
-
Prevents instantiation.
- 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.
- push(int) - Method in class com.dd.plist.ParsedObjectStack
-
Tries to push the specified object identifier onto the stack, checking that it is not already on the stack.
- 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
- QUOTEDSTRING_END_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- QUOTEDSTRING_ESCAPE_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
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() - Method in class com.dd.plist.ByteOrderMarkFilterInputStream
- 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. - read(char) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Reads an expected symbol.
- READ_BUFFER_LENGTH - Static variable in class com.dd.plist.PropertyListParser
- 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.
- readByte(int) - Method in class com.dd.plist.ByteOrderMarkReader
-
Processes a byte that was read from the input.
- readingBom - Variable in class com.dd.plist.ByteOrderMarkFilterInputStream
- readInputUntil(char) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Reads input until the given symbol is found.
- readInputUntil(char...) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Reads input until one of the given symbols is found.
- readLengthAndOffset(int, int) - Method in class com.dd.plist.BinaryPropertyListParser
- REAL - Static variable in class com.dd.plist.NSNumber
-
Indicates that the number's value is a real number.
- REAL_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- remove(int) - Method in class com.dd.plist.NSArray
-
Removes the i-th element from the array.
- remove(Object) - Method in class com.dd.plist.NSDictionary
- remove(String) - Method in class com.dd.plist.NSDictionary
-
Removes a key-value pair from this dictionary.
- removeObject(NSObject) - Method in class com.dd.plist.NSSet
-
Removes an object from the set.
- resolveEntity(String, String) - Method in class com.dd.plist.XMLPropertyListParser.PlistDtdResolver
-
Allow the application to resolve external entities.
- resumeEncoding() - Method in class com.dd.plist.Base64.B64OutputStream
-
Resumes encoding of the stream.
S
- saveAsASCII(NSArray, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
ASCIIPropertyListWriterinstead. - saveAsASCII(NSDictionary, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
ASCIIPropertyListWriterinstead. - saveAsBinary(NSObject, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
BinaryPropertyListWriterinstead. - saveAsBinary(NSObject, OutputStream) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
BinaryPropertyListWriterinstead. - saveAsGnuStepASCII(NSArray, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
ASCIIPropertyListWriterinstead. - saveAsGnuStepASCII(NSDictionary, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
ASCIIPropertyListWriterinstead. - saveAsXML(NSObject, File) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
XMLPropertyListWriterinstead. - saveAsXML(NSObject, OutputStream) - Static method in class com.dd.plist.PropertyListParser
-
Deprecated.Use
XMLPropertyListWriterinstead. - sdfDefault - Static variable in class com.dd.plist.NSDate
- sdfGnuStep - Static variable in class com.dd.plist.NSDate
- set - Variable in class com.dd.plist.NSSet
- SET_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- 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.
- SIMPLE_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- SINGLELINE_COMMENT_SECOND_TOKEN - Static variable in class com.dd.plist.ASCIIPropertyListParser
- size() - Method in class com.dd.plist.NSDictionary
- skip() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Skips the current symbol.
- skip(int) - Method in class com.dd.plist.ASCIIPropertyListParser
-
Skips several symbols
- skipWhitespacesAndComments() - Method in class com.dd.plist.ASCIIPropertyListParser
-
Skips all whitespaces and comments from the current parsing position onward.
- stringValue() - Method in class com.dd.plist.NSNumber
-
Gets this instance's value expressed as a human-readable string.
- suspendEncoding - Variable in class com.dd.plist.Base64.B64OutputStream
- suspendEncoding() - Method in class com.dd.plist.Base64.B64OutputStream
-
Suspends encoding of the stream.
T
- throwIfIntegerValueNotAvailable() - Method in class com.dd.plist.NSNumber
- throwIfOnStack(int) - Method in class com.dd.plist.ParsedObjectStack
- 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.NSObject
-
Generates the ASCII representation of this object.
- 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
- toASCII(StringBuilder, int, boolean) - Method in class com.dd.plist.NSArray
- 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.NSObject
-
Generates the ASCII representation of this object in the GnuStep format.
- 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.NSArray
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSData
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSDate
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSDictionary
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSNull
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSNumber
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSObject
-
Generates the binary representation of the object.
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSSet
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.NSString
- toBinary(BinaryPropertyListWriter) - Method in class com.dd.plist.UID
- 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() - Method in class com.dd.plist.NSSet
- toJavaObject() - Method in class com.dd.plist.NSString
- toJavaObject() - Method in class com.dd.plist.UID
- toJavaObject(NSObject, Class<?>, Type[]) - Method in class com.dd.plist.NSObject
- toJavaObject(Class<T>) - Method in class com.dd.plist.NSObject
-
Converts this NSObject into an object of the specified class.
- 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
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSArray
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSData
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSDate
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSDictionary
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSNull
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSNumber
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSObject
-
Generates the XML representation of the object (without XML headers or enclosing plist-tags).
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSSet
-
Returns the XML representation for this set.
- toXML(StringBuilder, int) - Method in class com.dd.plist.NSString
- toXML(StringBuilder, int) - Method in class com.dd.plist.UID
-
The UID type has no dedicated representation in an XML property list.
- toXMLPropertyList() - Method in class com.dd.plist.NSObject
-
Generates a valid XML property list including headers using this object as root.
- TRUE_SYMBOL - Static variable in class com.dd.plist.NSNumber
- type - Variable in class com.dd.plist.NSNumber
-
Holds the current type of this number
- type() - Method in class com.dd.plist.NSNumber
-
Gets the type of this instance's value.
- TYPE_ASCII - Static variable in class com.dd.plist.PropertyListParser
- TYPE_BINARY - Static variable in class com.dd.plist.PropertyListParser
- TYPE_ERROR_BLANK - Static variable in class com.dd.plist.PropertyListParser
- TYPE_ERROR_UNKNOWN - Static variable in class com.dd.plist.PropertyListParser
- TYPE_XML - Static variable in class com.dd.plist.PropertyListParser
U
- uid - Variable in class com.dd.plist.UID
- UID - Class in com.dd.plist
-
The UID class holds a unique identifier.
- UID(String, byte[]) - Constructor for class com.dd.plist.UID
-
Creates a new UID instance.
- UID(String, BigInteger) - Constructor for class com.dd.plist.UID
-
Creates a new UID instance.
- UID_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- unwrap(NSObject) - Static method in class com.dd.plist.NSNull
-
Returns the specified NSObject if it is not a NSNull instance, or null otherwise.
- 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.
- UTF16_STRING_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- utf16beEncoder - Static variable in class com.dd.plist.NSString
- UTF8_STRING_TYPE - Static variable in class com.dd.plist.BinaryPropertyListParser
- utf8Encoder - Static variable in class com.dd.plist.NSString
V
- values() - Method in class com.dd.plist.NSDictionary
- version - Variable in class com.dd.plist.BinaryPropertyListWriter
- VERSION_00 - Static variable in class com.dd.plist.BinaryPropertyListWriter
- VERSION_10 - Static variable in class com.dd.plist.BinaryPropertyListWriter
- VERSION_15 - Static variable in class com.dd.plist.BinaryPropertyListWriter
- VERSION_20 - Static variable in class com.dd.plist.BinaryPropertyListWriter
W
- WHITE_SPACE_ENC - Static variable in class com.dd.plist.Base64
- 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(NSObject) - Static method in class com.dd.plist.NSNull
-
Returns the specified NSObject if it is not null, or a NSNull instance otherwise.
- write(byte[]) - Method in class com.dd.plist.BinaryPropertyListWriter
- write(byte[], int, int) - Method in class com.dd.plist.Base64.B64OutputStream
-
Calls
Base64.B64OutputStream.write(int)repeatedly until len bytes are written. - write(int) - Method in class com.dd.plist.Base64.B64OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- write(int) - Method in class com.dd.plist.BinaryPropertyListWriter
- 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(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(NSObject) - Method in class com.dd.plist.BinaryPropertyListWriter
- 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) - Static method in class com.dd.plist.XMLPropertyListWriter
-
Saves a property list with the given object as root into an XML file.
- 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, OutputStream) - Static method in class com.dd.plist.BinaryPropertyListWriter
-
Writes a binary plist serialization of the given object as the root.
- 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.
- write(NSObject, Path) - 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.XMLPropertyListWriter
-
Saves a property list with the given object as root into an XML file.
- 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(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.
- writeBytes(long, int) - Method in class com.dd.plist.BinaryPropertyListWriter
- writeDouble(double) - Method in class com.dd.plist.BinaryPropertyListWriter
- 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.
- 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.
- writeID(int) - Method in class com.dd.plist.BinaryPropertyListWriter
- writeIntHeader(int, int) - Method in class com.dd.plist.BinaryPropertyListWriter
- writeLong(long) - Method in class com.dd.plist.BinaryPropertyListWriter
- 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
- XMLPropertyListParser - Class in com.dd.plist
-
Parses XML property lists.
- XMLPropertyListParser() - Constructor for class com.dd.plist.XMLPropertyListParser
- XMLPropertyListParser.PlistDtdResolver - Class in com.dd.plist
-
Offline resolver for Apple's PLIST DTDs.
- XMLPropertyListWriter - Class in com.dd.plist
-
Writes property lists in the XML format.
- XMLPropertyListWriter() - Constructor for class com.dd.plist.XMLPropertyListWriter
Y
- YES_SYMBOL - Static variable in class com.dd.plist.NSNumber
_
- _ORDERED_ALPHABET - Static variable in class com.dd.plist.Base64
-
I don't get the point of this technique, but someone requested it, and it is described here: http://www.faqs.org/qa/rfcc-1940.html.
- _ORDERED_DECODABET - Static variable in class com.dd.plist.Base64
-
Used in decoding the "ordered" dialect of Base64.
- _STANDARD_ALPHABET - Static variable in class com.dd.plist.Base64
-
The 64 valid Base64 values.
- _STANDARD_DECODABET - Static variable in class com.dd.plist.Base64
-
Translates a Base64 value to either its 6-bit reconstruction value or a negative number indicating some other meaning.
- _URL_SAFE_ALPHABET - Static variable in class com.dd.plist.Base64
-
Used in the URL- and Filename-safe dialect described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
- _URL_SAFE_DECODABET - Static variable in class com.dd.plist.Base64
-
Used in decoding URL- and Filename-safe dialects of Base64.
All Classes All Packages