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 Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
getTypeID, isTypeID, release, retain
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
CFLocale
public CFLocale()
-