Class MacHardwareAbstractionLayerJNA
java.lang.Object
oshi.hardware.common.AbstractHardwareAbstractionLayer
oshi.hardware.platform.mac.MacHardwareAbstractionLayer
oshi.hardware.platform.mac.MacHardwareAbstractionLayerJNA
- All Implemented Interfaces:
HardwareAbstractionLayer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MacHardwareAbstractionLayer
createComputerSystem, createProcessor, createSensors, getDiskStores, getDisplays, getGraphicsCards, getLogicalVolumeGroups, getNetworkIFs, getPowerSources, getSoundCards, getUsbDevicesMethods inherited from class AbstractHardwareAbstractionLayer
getComputerSystem, getMemory, getNetworkIFs, getProcessor, getSensors
-
Constructor Details
-
MacHardwareAbstractionLayerJNA
public MacHardwareAbstractionLayerJNA()
-
-
Method Details
-
createMemory
Description copied from class:AbstractHardwareAbstractionLayerInstantiates the platform-specificGlobalMemoryobject- Specified by:
createMemoryin classAbstractHardwareAbstractionLayer- Returns:
- platform-specific
GlobalMemoryobject
-