| Package | Description |
|---|---|
| oshi.jna.platform.mac |
Provides extensions of JNA libraries for Mac OS X.
|
| oshi.util.platform.mac |
Provides utilities for Mac OS X.
|
| Modifier and Type | Field and Description |
|---|---|
static CoreFoundation.CFStringRef |
IOKit.IOPS_CURRENT_CAPACITY_KEY |
static CoreFoundation.CFStringRef |
IOKit.IOPS_IS_PRESENT_KEY |
static CoreFoundation.CFStringRef |
IOKit.IOPS_MAX_CAPACITY_KEY |
static CoreFoundation.CFStringRef |
IOKit.IOPS_NAME_KEY |
| Modifier and Type | Method and Description |
|---|---|
CoreFoundation.CFStringRef |
IOKit.CFCopyDescription(CoreFoundation.CFTypeRef type) |
CoreFoundation.CFStringRef |
CoreFoundation.CFStringCreateWithCharacters(Object object,
char[] chars,
com.sun.jna.NativeLong length) |
static CoreFoundation.CFStringRef |
CoreFoundation.CFStringRef.toCFString(String s)
Creates a new CFString from the given Java string.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.Pointer |
CoreFoundation.CFDictionaryGetValue(CoreFoundation.CFDictionaryRef dictionary,
CoreFoundation.CFStringRef key) |
boolean |
CoreFoundation.CFDictionaryGetValueIfPresent(CoreFoundation.CFDictionaryRef dictionary,
CoreFoundation.CFStringRef key,
com.sun.jna.PointerType value) |
CoreFoundation.CFTypeRef |
IOKit.IORegistryEntryCreateCFProperty(int entry,
CoreFoundation.CFStringRef key,
CoreFoundation.CFAllocatorRef allocator,
int options) |
CoreFoundation.CFTypeRef |
IOKit.IORegistryEntrySearchCFProperty(int entry,
String plane,
CoreFoundation.CFStringRef key,
CoreFoundation.CFAllocatorRef allocator,
int options) |
| Modifier and Type | Method and Description |
|---|---|
static CoreFoundation.CFStringRef |
CfUtil.getCFString(String key)
Return a CFStringRef representing a string, caching the result
|
Copyright © 2010–2017 oshi. All rights reserved.