Package com.spun.util

Class Memory

java.lang.Object
com.spun.util.Memory

public class Memory
extends Object
A Simple class looking at memory.
Version:
1.0
Author:
Llewellyn
  • Constructor Details

    • Memory

      public Memory()
      Dumps the current memory status [total, used, free]. This forces garbage collection to run first.
  • Method Details

    • getUsedMemory

      public String getUsedMemory()
    • getFreeMemory

      public String getFreeMemory()
    • getTotalMemory

      public String getTotalMemory()