Uses of Class
org.robovm.apple.foundation.NSPropertyListFormat
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSPropertyListFormat in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSPropertyListFormat Modifier and Type Method Description NSPropertyListFormatNSKeyedArchiver. getOutputFormat()static NSPropertyListFormatNSPropertyListFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static NSPropertyListFormatNSPropertyListFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static NSPropertyListFormat[]NSPropertyListFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSPropertyListFormat Modifier and Type Method Description protected static NSDataNSPropertyListSerialization. getDataFromPropertyList(NSObject plist, NSPropertyListFormat format, NSString.NSStringPtr errorString)Deprecated.Deprecated in iOS 8.0.static NSDataNSPropertyListSerialization. getDataFromPropertyList(NSPropertyList plist, NSPropertyListFormat format, long opt)static booleanNSPropertyListSerialization. isPropertyListValidForFormat(NSPropertyList plist, NSPropertyListFormat format)voidNSKeyedArchiver. setOutputFormat(NSPropertyListFormat v)static longNSPropertyListSerialization. writePropertyListToStream(NSPropertyList plist, NSOutputStream stream, NSPropertyListFormat format, long opt)