public class ByteUnitMeasure extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GB |
static String |
GIGABYTE |
static String |
kB |
static String |
KILOBYTE |
static String |
MB |
static String |
MEGABYTE |
static String |
TB |
static String |
TERABYTE |
| Constructor and Description |
|---|
ByteUnitMeasure() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getGigaBitDimForStorage() |
static long |
getGigaByteDimForStorage() |
static long |
getKiloBitDimForStorage() |
static long |
getKiloByteDimForStorage() |
static long |
getMegaBitDimForStorage() |
static long |
getMegaByteDimForStorage() |
static long |
getTeraBitDimForStorage() |
static long |
getTeraByteDimForStorage() |
public static final String KILOBYTE
public static final String MEGABYTE
public static final String GIGABYTE
public static final String TERABYTE
public static final String kB
public static final String MB
public static final String GB
public static final String TB
public static long getKiloBitDimForStorage()
public static long getMegaBitDimForStorage()
public static long getGigaBitDimForStorage()
public static long getTeraBitDimForStorage()
public static long getKiloByteDimForStorage()
public static long getMegaByteDimForStorage()
public static long getGigaByteDimForStorage()
public static long getTeraByteDimForStorage()
Copyright © 2024. All rights reserved.