Class NSByteCountFormatterUnits


  • public final class NSByteCountFormatterUnits
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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