Package net.rubygrapefruit.platform
Interface OsxMemory
-
- All Superinterfaces:
Memory,NativeIntegration
- All Known Implementing Classes:
DefaultOsxMemory
public interface OsxMemory extends Memory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OsxMemoryInfogetMemoryInfo()Queries the current state of the system memory.
-
-
-
Method Detail
-
getMemoryInfo
OsxMemoryInfo getMemoryInfo() throws NativeException
Queries the current state of the system memory.- Specified by:
getMemoryInfoin interfaceMemory- Throws:
NativeException- On failure.
-
-