Uses of Class
org.robovm.apple.foundation.NSByteCountFormatterCountStyle
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSByteCountFormatterCountStyle in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSByteCountFormatterCountStyle Modifier and Type Method Description NSByteCountFormatterCountStyleNSByteCountFormatter. getCountStyle()static NSByteCountFormatterCountStyleNSByteCountFormatterCountStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static NSByteCountFormatterCountStyleNSByteCountFormatterCountStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static NSByteCountFormatterCountStyle[]NSByteCountFormatterCountStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSByteCountFormatterCountStyle Modifier and Type Method Description static StringNSByteCountFormatter. format(long byteCount, NSByteCountFormatterCountStyle countStyle)static StringNSByteCountFormatter. format(NSMeasurement<NSUnitInformationStorage> measurement, NSByteCountFormatterCountStyle countStyle)voidNSByteCountFormatter. setCountStyle(NSByteCountFormatterCountStyle v)