| Package | Description |
|---|---|
| net.sf.plist.io |
| Modifier and Type | Field and Description |
|---|---|
static PropertyListWriter.Format |
PropertyListWriter.defaultFormat
The default format used when
PropertyListWriter.write(NSObject, File) is called. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyListWriter.Format |
PropertyListWriter.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyListWriter.Format[] |
PropertyListWriter.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyListWriter.write(NSObject root,
java.io.File file,
PropertyListWriter.Format format)
Convert a tree to a property list and write it to a file
|
static void |
PropertyListWriter.write(NSObject root,
java.io.OutputStream stream,
PropertyListWriter.Format format)
Convert a tree to a property list and write it to a stream
|