Package apple.foundation.enums
Class NSByteCountFormatterUnits
- java.lang.Object
-
- apple.foundation.enums.NSByteCountFormatterUnits
-
public final class NSByteCountFormatterUnits extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllCan use any unit in showing the number.static longBytesSpecifying any of the following causes the specified units to be used in showing the number.static longDefaultThis causes default units appropriate for the platform to be used.static longEBSpecifying any of the following causes the specified units to be used in showing the number.static longGBSpecifying any of the following causes the specified units to be used in showing the number.static longKBSpecifying any of the following causes the specified units to be used in showing the number.static longMBSpecifying any of the following causes the specified units to be used in showing the number.static longPBSpecifying any of the following causes the specified units to be used in showing the number.static longTBSpecifying any of the following causes the specified units to be used in showing the number.static longYBOrHigherSpecifying any of the following causes the specified units to be used in showing the number.static longZBSpecifying any of the following causes the specified units to be used in showing the number.
-
-
-
Field Detail
-
Default
public static final long Default
This causes default units appropriate for the platform to be used. Specifying any units explicitly causes just those units to be used in showing the number.- See Also:
- Constant Field Values
-
Bytes
public static final long Bytes
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
KB
public static final long KB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
MB
public static final long MB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
GB
public static final long GB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
TB
public static final long TB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
PB
public static final long PB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
EB
public static final long EB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
ZB
public static final long ZB
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
YBOrHigher
public static final long YBOrHigher
Specifying any of the following causes the specified units to be used in showing the number.- See Also:
- Constant Field Values
-
All
public static final long All
Can use any unit in showing the number.- See Also:
- Constant Field Values
-
-