Uses of Class
net.sf.plist.io.PropertyListWriter.Format

Packages that use PropertyListWriter.Format
net.sf.plist.io   
 

Uses of PropertyListWriter.Format in net.sf.plist.io
 

Fields in net.sf.plist.io declared as PropertyListWriter.Format
static PropertyListWriter.Format PropertyListWriter.defaultFormat
          The format used when PropertyListWriter.write(NSObject, File) is called
 

Methods in net.sf.plist.io that return PropertyListWriter.Format
static PropertyListWriter.Format PropertyListWriter.Format.valueOf(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.
 

Methods in net.sf.plist.io with parameters of type PropertyListWriter.Format
static void PropertyListWriter.write(NSObject root, File file, PropertyListWriter.Format format)
          Convert a tree to a property list and write it to a file
static void PropertyListWriter.write(NSObject root, OutputStream stream, PropertyListWriter.Format format)
          Convert a tree to a property list and write it to a stream