Package | Description |
---|---|
er.extensions.foundation |
Modifier and Type | Method and Description |
---|---|
static ERXPropertyListSerialization.PListFormat |
ERXPropertyListSerialization.PListFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXPropertyListSerialization.PListFormat[] |
ERXPropertyListSerialization.PListFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NSData |
ERXPropertyListSerialization.dataFromPropertyList(Object plist,
ERXPropertyListSerialization.PListFormat type,
String encoding)
For a specified property list format, create an NSData from an object.
|
static Object |
ERXPropertyListSerialization.propertyListFromData(NSData data,
ERXPropertyListSerialization.PListFormat type,
String encoding)
Converts an NSData into a property list and returns it.
|
static Object |
ERXPropertyListSerialization.propertyListWithData(NSData data,
ERXPropertyListSerialization.PListFormat type,
String encoding)
Reads a plist from the given NSData using the specified format.
|
static Object |
ERXPropertyListSerialization.propertyListWithStream(InputStream is,
ERXPropertyListSerialization.PListFormat type,
String encoding)
Reads a plist from the given inputstream using the specified format.
|
static Object |
ERXPropertyListSerialization.propertyListWithURL(URL url,
ERXPropertyListSerialization.PListFormat type,
String encoding)
Reads a plist from the given URL using the specified format.
|
static void |
ERXPropertyListSerialization.writePropertyListToStream(Object plist,
OutputStream out,
ERXPropertyListSerialization.PListFormat type,
String encoding)
For a specified property list format, write a plist to the provided outputstream.
|
Copyright © 2002 – 2024 Project Wonder.