Uses of Class
org.robovm.apple.corefoundation.CFPropertyListFormat
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFPropertyListFormat in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFPropertyListFormat Modifier and Type Method Description static CFPropertyListFormatCFPropertyListFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static CFPropertyListFormatCFPropertyListFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CFPropertyListFormat[]CFPropertyListFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corefoundation with parameters of type CFPropertyListFormat Modifier and Type Method Description CFDataCFPropertyList. asData(CFAllocator allocator, CFPropertyListFormat format, long options)CFDataCFPropertyList. asData(CFPropertyListFormat format, long options)booleanCFPropertyList. isValid(CFPropertyListFormat format)longCFPropertyList. write(CFWriteStream stream, CFPropertyListFormat format, long options)