Uses of Class
org.robovm.apple.corefoundation.CFPropertyList
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coremidi |
-
Uses of CFPropertyList in org.robovm.apple.corefoundation
Subclasses of CFPropertyList in org.robovm.apple.corefoundation Modifier and Type Class Description classCFArrayclassCFBooleanclassCFDataclassCFDateclassCFDictionaryclassCFMutableArrayclassCFMutableDataclassCFMutableDictionaryclassCFMutableStringclassCFNumberclassCFStringMethods in org.robovm.apple.corefoundation that return CFPropertyList Modifier and Type Method Description static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFData data, long options)protected static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFData data, long options, MachineSizedSIntPtr format)static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFReadStream stream, long streamLength, long options)protected static CFPropertyListCFPropertyList. create(CFAllocator allocator, CFReadStream stream, long streamLength, long options, MachineSizedSIntPtr format)static CFPropertyListCFPropertyList. create(CFData data, long options)static CFPropertyListCFPropertyList. create(CFReadStream stream, long streamLength, long options)static CFPropertyListCFPropertyList. createDeepCopy(CFAllocator allocator, CFPropertyList propertyList, CFPropertyListMutabilityOptions mutabilityOption)static CFPropertyListCFPropertyList. createDeepCopy(CFPropertyList propertyList, CFPropertyListMutabilityOptions mutabilityOption)Methods in org.robovm.apple.corefoundation with parameters of type CFPropertyList Modifier and Type Method Description static CFPropertyListCFPropertyList. createDeepCopy(CFAllocator allocator, CFPropertyList propertyList, CFPropertyListMutabilityOptions mutabilityOption)static CFPropertyListCFPropertyList. createDeepCopy(CFPropertyList propertyList, CFPropertyListMutabilityOptions mutabilityOption) -
Uses of CFPropertyList in org.robovm.apple.coremidi
Methods in org.robovm.apple.coremidi that return CFPropertyList Modifier and Type Method Description CFPropertyListMIDIObject. getProperties(boolean deep)