Package oshi.jna.platform.mac
Class CoreFoundation.CFLocale
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
oshi.jna.platform.mac.CoreFoundation.CFLocale
- All Implemented Interfaces:
- com.sun.jna.NativeMapped
- Enclosing interface:
- CoreFoundation
public static class CoreFoundation.CFLocale
extends com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
The CFLocale opaque type provides support for obtaining available locales, obtaining localized locale names, and
 converting among locale data formats.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRefgetTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
- 
Constructor Details- 
CFLocalepublic CFLocale()
 
-