- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.Humanize
-
public class Humanize extends Object
Utility class for converting a value to a human-readable form.
-
-
Constructor Summary
Constructors Constructor Description Humanize()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
bytes(long bytes)
Convert the byte value into something easier to understand.static void
main(String[] args)
static String
pointer(long value)
Make the long value look like a pointer.
-
-
-
Method Detail
-
bytes
public static String bytes(long bytes)
Convert the byte value into something easier to understand.- Parameters:
bytes
-- Returns:
-
pointer
public static String pointer(long value)
Make the long value look like a pointer.- Parameters:
value
-- Returns:
-
main
public static void main(String[] args)
-
-