Uses of Class
com.jniwrapper.macosx.cocoa.nspropertylist.NSPropertyListMutabilityOptions

Packages that use NSPropertyListMutabilityOptions
com.jniwrapper.macosx.cocoa.nspropertylist   
 

Uses of NSPropertyListMutabilityOptions in com.jniwrapper.macosx.cocoa.nspropertylist
 

Methods in com.jniwrapper.macosx.cocoa.nspropertylist with parameters of type NSPropertyListMutabilityOptions
static NSPropertyListSerialization NSPropertyListSerialization.NSPropertyListSerialization_propertyListFromData_mutabilityOption_format_errorDescription(NSData data, NSPropertyListMutabilityOptions opt, NSPropertyListFormat format, java.lang.String errorString)
          This method represents the propertyListFromData static constructor of the NSPropertyListSerialization Objective-C class.