Package apple.corefoundation.enums
Class CFPropertyListFormat
- java.lang.Object
-
- apple.corefoundation.enums.CFPropertyListFormat
-
public final class CFPropertyListFormat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBinaryFormat_v1_0static longOpenStepFormatstatic longXMLFormat_v1_0
-
-
-
Field Detail
-
OpenStepFormat
public static final long OpenStepFormat
- See Also:
- Constant Field Values
-
XMLFormat_v1_0
public static final long XMLFormat_v1_0
- See Also:
- Constant Field Values
-
BinaryFormat_v1_0
public static final long BinaryFormat_v1_0
- See Also:
- Constant Field Values
-
-