public class PrettyPrint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
SCALE |
Constructor and Description |
---|
PrettyPrint() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bytes(long bytes) |
static java.lang.String |
bytes(long bytes,
int scale) |
static int |
byteScale(long bytes) |
static java.lang.String |
bytesPerSecond(long bytes) |
static double |
bytesScaled(long bytes,
int scale) |
static java.lang.String |
msecs(long msecs,
boolean truncate) |
public static java.lang.String msecs(long msecs, boolean truncate)
public static int byteScale(long bytes)
public static double bytesScaled(long bytes, int scale)
public static java.lang.String bytes(long bytes)
public static java.lang.String bytes(long bytes, int scale)
public static java.lang.String bytesPerSecond(long bytes)