Package coop.intergal.ui.utils
Class CheckMemory
- java.lang.Object
-
- coop.intergal.ui.utils.CheckMemory
-
public class CheckMemory extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckMemory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longbytesToMegabytes(long bytes)static voidcheck()static voidmain(String[] args)
-
-
-
Method Detail
-
bytesToMegabytes
public static long bytesToMegabytes(long bytes)
-
main
public static void main(String[] args)
-
check
public static void check()
-
-