net.wotonomy.foundation
Class NSPropertyListSerialization

java.lang.Object
  extended by net.wotonomy.foundation.NSPropertyListSerialization

public class NSPropertyListSerialization
extends java.lang.Object


Field Summary
static int PLIST_ARRAY
           
static int PLIST_DATA
           
static int PLIST_DICTIONARY
           
static int PLIST_STRING
           
static char[] QUOTING_CHARS
           
static char[] TOKEN_BEGIN
           
static char[] TOKEN_END
           
 
Method Summary
static NSArray arrayForString(java.lang.String s)
          Creates a NSArray object from a string representation.
static boolean booleanForString(java.lang.String s)
           
static NSData dataFromPropertyList(java.lang.String s)
          Creates a NSData instance from a string representation.
static NSDictionary dictionaryForString(java.lang.String s)
          Creates a NSDictionary instance from a string representation.
static int intForString(java.lang.String s)
           
static java.lang.Object propertyListFromString(java.lang.String s)
          Returns an property list created from a string representation.
static java.lang.String stringForPropertyList(java.lang.Object plist)
          Returns the string representation of a property list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLIST_ARRAY

public static final int PLIST_ARRAY
See Also:
Constant Field Values

PLIST_DICTIONARY

public static final int PLIST_DICTIONARY
See Also:
Constant Field Values

PLIST_DATA

public static final int PLIST_DATA
See Also:
Constant Field Values

PLIST_STRING

public static final int PLIST_STRING
See Also:
Constant Field Values

TOKEN_BEGIN

public static final char[] TOKEN_BEGIN

TOKEN_END

public static final char[] TOKEN_END

QUOTING_CHARS

public static final char[] QUOTING_CHARS
Method Detail

arrayForString

public static NSArray arrayForString(java.lang.String s)
Creates a NSArray object from a string representation.


dictionaryForString

public static NSDictionary dictionaryForString(java.lang.String s)
Creates a NSDictionary instance from a string representation.


booleanForString

public static boolean booleanForString(java.lang.String s)

dataFromPropertyList

public static NSData dataFromPropertyList(java.lang.String s)
Creates a NSData instance from a string representation.


intForString

public static int intForString(java.lang.String s)

stringForPropertyList

public static java.lang.String stringForPropertyList(java.lang.Object plist)
Returns the string representation of a property list.


propertyListFromString

public static java.lang.Object propertyListFromString(java.lang.String s)
Returns an property list created from a string representation.



Copyright © 2006 null. All Rights Reserved.