Package apple.foundation.enums
Class NSByteCountFormatterCountStyle
- java.lang.Object
-
- apple.foundation.enums.NSByteCountFormatterCountStyle
-
public final class NSByteCountFormatterCountStyle extends java.lang.Object
-
-
Field Detail
-
File
public static final long File
Specifies display of file or storage byte counts. The actual behavior for this is platform-specific; on OS X 10.8, this uses the decimal style, but that may change over time.- See Also:
- Constant Field Values
-
Memory
public static final long Memory
Specifies display of memory byte counts. The actual behavior for this is platform-specific; on OS X 10.8, this uses the binary style, but that may change over time.- See Also:
- Constant Field Values
-
Decimal
public static final long Decimal
1000 bytes are shown as 1 KB- See Also:
- Constant Field Values
-
Binary
public static final long Binary
1024 bytes are shown as 1 KB- See Also:
- Constant Field Values
-
-