Class DefaultOsxMemory
- java.lang.Object
-
- net.rubygrapefruit.platform.internal.DefaultOsxMemory
-
- All Implemented Interfaces:
Memory
,NativeIntegration
,OsxMemory
public class DefaultOsxMemory extends java.lang.Object implements OsxMemory
-
-
Constructor Summary
Constructors Constructor Description DefaultOsxMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsxMemoryInfo
getMemoryInfo()
Queries the current state of the system memory.
-
-
-
Method Detail
-
getMemoryInfo
public OsxMemoryInfo getMemoryInfo() throws NativeException
Description copied from interface:OsxMemory
Queries the current state of the system memory.- Specified by:
getMemoryInfo
in interfaceMemory
- Specified by:
getMemoryInfo
in interfaceOsxMemory
- Throws:
NativeException
- On failure.
-
-