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 OsxMemoryInfogetMemoryInfo()Queries the current state of the system memory.
-
-
-
Method Detail
-
getMemoryInfo
public OsxMemoryInfo getMemoryInfo() throws NativeException
Description copied from interface:OsxMemoryQueries the current state of the system memory.- Specified by:
getMemoryInfoin interfaceMemory- Specified by:
getMemoryInfoin interfaceOsxMemory- Throws:
NativeException- On failure.
-
-