| java.lang.Object de.mcs.jmeasurement.MemoryHelper
MemoryHelper | final public class MemoryHelper (Code) | | This class is for converting memory values to GUI representable strings.
author: w.klaas |
Method Summary | |
public static String | toGUIString(long freeMemory) converting a memory value into a GUI representable string. |
toGUIString | public static String toGUIString(long freeMemory)(Code) | | converting a memory value into a GUI representable string.
Parameters: freeMemory - long value for the meory the gui representation like 1,23 KB |
|
|