public final class NSByteCountFormatterUnits
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
All
Can use any unit in showing the number.
|
static long |
Bytes
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
Default
This causes default units appropriate for the platform to be used.
|
static long |
EB
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
GB
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
KB
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
MB
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
PB
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
TB
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
YBOrHigher
Specifying any of the following causes the specified units to be used in showing the number.
|
static long |
ZB
Specifying any of the following causes the specified units to be used in showing the number.
|
public static final long Default
public static final long Bytes
public static final long KB
public static final long MB
public static final long GB
public static final long TB
public static final long PB
public static final long EB
public static final long ZB
public static final long YBOrHigher
public static final long All