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