public class MemorySizes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
GB |
static long |
KB |
static long |
MB |
| Constructor and Description |
|---|
MemorySizes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
toStringBytes(long bytes)
Converts the specified memory size to a string.
|
public static final long KB
public static final long MB
public static final long GB